@@ -26,12 +26,12 @@ 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.2 (quic-44536076405c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83 )
30- built by gcc 12 .2.1 20220924 (Alpine 12 .2.1_git20220924-r4)
31- built with OpenSSL 1 .1.1 (compatible; BoringSSL) (running with BoringSSL)
29+ nginx version: nginx/1.25.3 (quic-25a2efd97a3e )
30+ built by gcc 13 .2.1 20231014 (Alpine 13 .2.1_git20231014)
31+ built with OpenSSL 3 .1.4 24 Oct 2023
3232TLS SNI support enabled
3333configure arguments:
34- --build=quic-44536076405c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83
34+ --build=quic-25a2efd97a3e
3535 --prefix=/etc/nginx
3636 --sbin-path=/usr/sbin/nginx
3737 --modules-path=/usr/lib/nginx/modules
@@ -81,8 +81,6 @@ configure arguments:
8181 --add-module=/usr/src/headers-more-nginx-module-0.34
8282 --add-module=/usr/src/njs/nginx
8383 --add-dynamic-module=/usr/src/ngx_http_geoip2_module
84- --with-cc-opt=-I../boringssl/include
85- --with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto'
8684
8785$ docker run -it macbre/nginx-http3 njs -v
88860.8.1
@@ -165,4 +163,4 @@ It is necessary to expose both UDP and TCP ports to be able to HTTP/3
165163 - ' 443:443/udp' # use UDP for usage of HTTP/3
166164` ` `
167165
168- Note: both TCP and UDP HTTP/3 ports needs to be the same
166+ Note: both TCP and UDP HTTP/3 ports needs to be the same
0 commit comments