docker-nginx-http3
docker-nginx-http3 copied to clipboard
Stable and up-to-date root-less nginx with quic + http/3, google brotli compression, njs, GeoIP2, and Grade A+ SSL config
## Config `static.conf` ``` server { listen 443 http3 reuseport; listen 443 ssl http2; server_name _; ssl_certificate /etc/nginx/ssl/cert.pem; ssl_certificate_key /etc/nginx/ssl/privkey.pem; ssl_trusted_certificate /etc/nginx/ssl/fullchain.pem; # Enable all TLS versions (TLSv1.3 is required...
Latest image version,set up container error, error msg: Can't load certificate /etc/nginx/ssl/loalhost.crt not such file or directory
I needed to add the ssl_preread module and while I was there I updated the packages.
The build fails with the following error: ``` checking for OpenSSL library ... not found checking for OpenSSL library in /usr/local/ ... not found checking for OpenSSL library in /usr/pkg/...
Chromium on desktop recently [enabled support](https://caniuse.com/zstd) by default for Facebook's Zstandard compression format. I tested it and it works fine with Caddy. There is a [Nginx module available](https://github.com/tokers/zstd-nginx-module).
1.25.3
Hello there, thanks a lot for your work! Could you please release nginx 1.25.3 from October 23? Changelog: https://nginx.org/en/CHANGES
``` Environment: Ubuntu 20 Docker version 24.0.7 ``` 2023/12/27 01:02:33 [emerg] 32#32: cannot load certificate key "/etc/nginx/./../ssl/my.key": BIO_new_file() failed (SSL: error:0200000d:system library:OPENSSL_internal:Permission denied:fopen('/etc/nginx/./../ssl/my.key','r') error:11000070:BIO routines:OPENSSL_internal:SYS_LIB) nginx: [emerg] cannot load certificate...
since 1.23.3 i got this at startup, last ok version is 1.23.2
My use case is on linux/arm64, but the image here is just for amd64. Would you consider building multi-platform images? Just like the official image do. The buildx provide this...
Hi, The fastcgi_param "HTTP_HOST" is not transmitted by default in http3 but when i fallback to http2, is back. is it normal ? 