@@ -26,12 +26,12 @@ 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.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
32
32
TLS SNI support enabled
33
33
configure arguments:
34
- --build=quic-44536076405c-boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83
34
+ --build=quic-25a2efd97a3e
35
35
--prefix=/etc/nginx
36
36
--sbin-path=/usr/sbin/nginx
37
37
--modules-path=/usr/lib/nginx/modules
@@ -81,8 +81,6 @@ configure arguments:
81
81
--add-module=/usr/src/headers-more-nginx-module-0.34
82
82
--add-module=/usr/src/njs/nginx
83
83
--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'
86
84
87
85
$ docker run -it macbre/nginx-http3 njs -v
88
86
0.8.1
@@ -165,4 +163,4 @@ It is necessary to expose both UDP and TCP ports to be able to HTTP/3
165
163
- ' 443:443/udp' # use UDP for usage of HTTP/3
166
164
` ` `
167
165
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