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

Patch issue #2

Closed GwynethLlewelyn closed 2 years ago

GwynethLlewelyn commented 2 years ago

Your patch works quite well for nginx versions up to 1.19.7 (thank you for doing that!), but I'm afraid that more recent versions (both stable and mainline) fail to apply the patch. Is there any chance that you're willing to update it?

I'm well aware that it should be Cloudflare to fix their outdated code and not for you to provide any patches for their code...

Anyway, thanks in advance 🙏

GwynethLlewelyn commented 2 years ago

Please ignore my issue completely. I was totally wrong — automatically downloading your patch using the wrong URL, and, naturally enough, patching with a zero-byte diff file doesn't produce any results... 😅

My apologies, and keep up your excellent work!