From a457a555daea3349d0164556e231409fd6c663b9 Mon Sep 17 00:00:00 2001 From: yury_muski Date: Sat, 25 Jul 2020 19:33:16 +0300 Subject: [PATCH] bump h3 version --- example.nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.nginx.conf b/example.nginx.conf index f57a6d9..aec02e6 100644 --- a/example.nginx.conf +++ b/example.nginx.conf @@ -43,7 +43,7 @@ http { proxy_request_buffering off; # Add Alt-Svc header to negotiate HTTP/3. - add_header alt-svc 'h3-27=":443"; ma=86400'; + add_header alt-svc 'h3-29=":443"; ma=86400'; location / { root html;