diff --git a/CHANGELOG.md b/CHANGELOG.md index eb57e2d..a9e9355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - LibreSSL release bumped to 3.8.4 +- Update zlib to 1.2.13 by @WinSCaP in [#146](https://github.com/VirtuBox/nginx-ee/pull/146) + +### Fixed + +- Fix compile error due to Brotli by @janiosarmento in [#151](https://github.com/VirtuBox/nginx-ee/pull/152) ## [3.7.1] - 2023-05-08 diff --git a/README.md b/README.md index 3719b66..76e5158 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Optional modules : ### HTTP/3 QUIC -Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL. More information [here](https://nginx.org/en/docs/http/ngx_http_v3_module.html). +**Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL**. More information [here](https://nginx.org/en/docs/http/ngx_http_v3_module.html). --- diff --git a/docs/index.md b/docs/index.md index 78d9d55..71cf4b0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,19 +42,18 @@ Automated Nginx compilation from sources with additional modules support
Nginx current mainline release : v1.23.4 -Nginx current stable release : v1.24.0
+Nginx current mainline release : v1.25.5 with HTTP/3 QUIC +Nginx current stable release : v1.24.0
with Cloudflare HTTP/2 HPACKOptional modules :
Full support of HTTP/3 QUIC is only available with Nginx mainline release and compiled with LibreSSL**. More information [here](https://nginx.org/en/docs/http/ngx_http_v3_module.html).
+Default settings :
bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --interactive
Example : Nginx stable release with naxsi
+Example : Nginx stable release with HTTP/2 HPACK with naxsi
bash <(wget -O - vtb.cx/nginx-ee || curl -sL vtb.cx/nginx-ee) --stable --naxsi