From 744c651abf6de53cebefe9170fd93453fff452bc Mon Sep 17 00:00:00 2001 From: KuongKnight Date: Thu, 27 Apr 2023 13:42:17 +0700 Subject: [PATCH] Remove off proxy buffering --- nginx.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index d9977db..79d8532 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -130,7 +130,6 @@ include /etc/nginx/proxy.conf; {{ else }} # HTTP 1.1 support proxy_http_version 1.1; -proxy_buffering off; proxy_set_header Host $http_host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $proxy_connection;