From bf94ff1a206c60e89e7fcc0d1ca197df9bd19c87 Mon Sep 17 00:00:00 2001 From: yury_muski Date: Sat, 16 May 2020 22:15:24 +0300 Subject: [PATCH] update to h3-27 --- example.nginx.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;