diff --git a/example.nginx.conf b/example.nginx.conf index 4a257c9..f57a6d9 100644 --- a/example.nginx.conf +++ b/example.nginx.conf @@ -39,8 +39,11 @@ http { return 404; } + # 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-24=":443"; ma=86400, h3-23=":443"; ma=86400'; + add_header alt-svc 'h3-27=":443"; ma=86400'; location / { root html;