From 687803c32d18cf99f3f6e5c6f78870b040f20414 Mon Sep 17 00:00:00 2001 From: yurymuski Date: Thu, 25 Mar 2021 18:26:37 +0300 Subject: [PATCH] example update --- example.nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/example.nginx.conf b/example.nginx.conf index aec02e6..3406d8e 100644 --- a/example.nginx.conf +++ b/example.nginx.conf @@ -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';