mirror of
https://github.com/yurymuski/nginx-http3.git
synced 2026-09-26 22:16:10 +00:00
example update
This commit is contained in:
@@ -38,9 +38,6 @@ http {
|
|||||||
if ($host != "your_domain") {
|
if ($host != "your_domain") {
|
||||||
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-29=":443"; ma=86400';
|
add_header alt-svc 'h3-29=":443"; ma=86400';
|
||||||
|
|||||||
Reference in New Issue
Block a user