puppet-nginx icon indicating copy to clipboard operation
puppet-nginx copied to clipboard

Nginx & http3

Open latez opened this issue 4 years ago • 4 comments

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!

latez avatar Nov 02 '20 05:11 latez

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 avatar Nov 02 '20 09:11 ekohl

@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;

latez avatar Nov 02 '20 20:11 latez

Ah, then I misunderstood. In that case, a PR is welcome.

ekohl avatar Nov 09 '20 22:11 ekohl