puppet-nginx
puppet-nginx copied to clipboard
Nginx & http3
Hello Team,
Hope I am asking in the right place! Any chance that support for http3 will be added in order to support QUIC?
Thanks!
I don't think this is the right place. This is only the Puppet module to install and configure the nginx package. That means you need to contact the nginx developers.
@ekohl Nginx has already added support for QUIC
My question is more around implementing the necessary config lines -
;Enable QUIC and HTTP/3. listen 443 quic reuseport;
;Request buffering in not currently supported for HTTP/3. proxy_request_buffering off;
;Add Alt-Svc header to negotiate HTTP/3. add_header alt-svc 'h3-27=":443"; ma=86400'; ssl_protocols TLSv1.3;
Ah, then I misunderstood. In that case, a PR is welcome.