update to h3-27

This commit is contained in:
yury_muski
2020-05-16 22:15:24 +03:00
parent de331388a8
commit bf94ff1a20
+4 -1
View File
@@ -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;