example update

This commit is contained in:
yurymuski
2021-03-25 18:26:37 +03:00
parent b0d40b51ba
commit 687803c32d
-3
View File
@@ -38,9 +38,6 @@ http {
if ($host != "your_domain") {
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-29=":443"; ma=86400';