Skip to content

Commit 90653f5

Browse files
authored
Update readme.md
1 parent 0a02a26 commit 90653f5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ docker pull ghcr.io/macbre/nginx-http3:latest
2626

2727
```
2828
$ 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)
3131
built with OpenSSL 3.1.4 24 Oct 2023
3232
TLS SNI support enabled
3333
configure arguments:
34-
--build=quic-25a2efd97a3e
34+
--build=quic-89bff782528a
3535
--prefix=/etc/nginx
3636
--sbin-path=/usr/sbin/nginx
3737
--modules-path=/usr/lib/nginx/modules
3838
--conf-path=/etc/nginx/nginx.conf
3939
--error-log-path=/var/log/nginx/error.log
4040
--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
4343
--http-client-body-temp-path=/var/cache/nginx/client_temp
4444
--http-proxy-temp-path=/var/cache/nginx/proxy_temp
4545
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp
@@ -78,12 +78,12 @@ configure arguments:
7878
--with-http_v2_module
7979
--with-http_v3_module
8080
--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
8282
--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
8484
8585
$ docker run -it macbre/nginx-http3 njs -v
86-
0.8.1
86+
0.8.3
8787
```
8888

8989
## SSL Grade A+ handling

0 commit comments

Comments
 (0)