patrikjuvonen / docker-nginx-http3

Alpine Linux image with nginx 1.23.4 (mainline) with HTTP/3 (quiche), TLSv1.3, 0-RTT, HPACK, brotli, NJS, Cookie-Flag support, ModSecurity with coreruleset and BoringSSL with OCSP support. All built on the bleeding edge. Total size is only about ~12 MB compressed.
https://hub.docker.com/r/patrikjuvonen/docker-nginx-http3
MIT License
37 stars 6 forks source link

Update to nginx 1.27.0 #7

Closed quinncnl closed 1 month ago

quinncnl commented 1 month ago

Hi!

Thanks for the nice image! Do you have plan to upgrade nginx to the latest version? There seems to be some nice fixes. See https://[nginx.org/en/CHANGES](https://nginx.org/en/CHANGES)

patrikjuvonen commented 1 month ago

Hey, thanks for reaching out!

The original purpose for this repository was to add HTTP/3 support. However nginx 1.26 stable comes with HTTP/3 support built-in so I think I'll deprecate this repository at some point as a custom build is no longer needed. The patches are also no longer maintained which would require more work to get up and running with the latest version.

However I might create a new repository for nginx with brotli and ModSecurity modules at some point which were a side goal of mine.