Closed strarsis closed 4 months ago
This PR uses the http2 and http3 directives instead the deprecated http2 keyword in listen directive. HTTP 2 and HTTP 3 support can be controlled using the ansible http2_enabled and http3_enabled options.
http2
http3
listen
HTTP 2
HTTP 3
http2_enabled
http3_enabled
Using the h5bp nginx configuration as base.
h5bp
nginx
As some may still be hesitant to enabling HTTP 3 support in nginx, the option for HTTP 3 is turned off by default and can be turned on manually.
This PR uses the
http2
andhttp3
directives instead the deprecatedhttp2
keyword inlisten
directive.HTTP 2
andHTTP 3
support can be controlled using the ansiblehttp2_enabled
andhttp3_enabled
options.Using the
h5bp
nginx
configuration as base.As some may still be hesitant to enabling HTTP 3 support in nginx, the option for HTTP 3 is turned off by default and can be turned on manually.