@@ -26,20 +26,20 @@ docker pull ghcr.io/macbre/nginx-http3:latest
26
26
27
27
```
28
28
$ docker run -it macbre/nginx-http3 nginx -V
29
- nginx version: nginx/1.25.3 (quic-25a2efd97a3e )
30
- built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
29
+ nginx version: nginx/1.25.4 (quic-89bff782528a )
30
+ built by gcc 13.2.1 20231014 (Alpine 13.2.1_git20231014)
31
31
built with OpenSSL 3.1.4 24 Oct 2023
32
32
TLS SNI support enabled
33
33
configure arguments:
34
- --build=quic-25a2efd97a3e
34
+ --build=quic-89bff782528a
35
35
--prefix=/etc/nginx
36
36
--sbin-path=/usr/sbin/nginx
37
37
--modules-path=/usr/lib/nginx/modules
38
38
--conf-path=/etc/nginx/nginx.conf
39
39
--error-log-path=/var/log/nginx/error.log
40
40
--http-log-path=/var/log/nginx/access.log
41
- --pid-path=/var/run/nginx.pid
42
- --lock-path=/var/run/nginx.lock
41
+ --pid-path=/var/run/nginx/nginx .pid
42
+ --lock-path=/var/run/nginx/nginx .lock
43
43
--http-client-body-temp-path=/var/cache/nginx/client_temp
44
44
--http-proxy-temp-path=/var/cache/nginx/proxy_temp
45
45
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
@@ -78,12 +78,12 @@ configure arguments:
78
78
--with-http_v2_module
79
79
--with-http_v3_module
80
80
--add-module=/usr/src/ngx_brotli
81
- --add-module=/usr/src/headers-more-nginx-module-0.34
81
+ --add-module=/usr/src/headers-more-nginx-module-0.37
82
82
--add-module=/usr/src/njs/nginx
83
- --add-dynamic-module=/usr/src/ngx_http_geoip2_module
83
+ --add-dynamic-module=/usr/src/ngx_http_geoip2_module
84
84
85
85
$ docker run -it macbre/nginx-http3 njs -v
86
- 0.8.1
86
+ 0.8.3
87
87
```
88
88
89
89
## SSL Grade A+ handling
0 commit comments