update to h3-27

pull/4/head
yury_muski 6 years ago
parent de331388a8
commit bf94ff1a20
  1. 5
      example.nginx.conf

@ -39,8 +39,11 @@ http {
return 404; return 404;
} }
# Request buffering in not currently supported for HTTP/3.
proxy_request_buffering off;
# Add Alt-Svc header to negotiate HTTP/3. # 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 / { location / {
root html; root html;

Loading…
Cancel
Save