-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Currently Nginx is built with support for the HTTP v3 module (--with-http_v3_module), but there are no Nginx environment variables that would enable the administrator to configure HTTP/3 and Nginx is built with an older version of OpenSSL than Nginx officially recommends for HTTP/3 deployments (Nginx is built with OpenSSL v3.3.4, Nginx docs recommend v3.5.1 or higher).
While I understand that it's possible to mount your own nginx.conf into the image and potentially enable HTTP/3 this way, then considering that HTTP/3 is becoming more widespread and gives considerable performance improvements in some scenarios, I think it would be a good idea to make it configurable via env variables. Besides, the OpenSSL dependency issue can't be solved by mounting a custom nginx.conf anyways.