mirror of
https://github.com/yurymuski/nginx-http3.git
synced 2026-09-26 22:16:10 +00:00
update to h3-27
This commit is contained in:
+4
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user