From 5c1db95551e5a5ac8ef412df082b042da54453ce Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Mon, 25 Dec 2023 17:27:34 +0100 Subject: [PATCH] feat: enable proxy_buffering --- docs/README.md | 1 - nginx.tmpl | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5162054..b2f87c4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -556,7 +556,6 @@ If you want to replace the default proxy settings for the nginx container, add a ```Nginx # 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; diff --git a/nginx.tmpl b/nginx.tmpl index 66324ff..08606b9 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -402,7 +402,6 @@ include /etc/nginx/proxy.conf; {{- else }} # HTTP 1.1 support proxy_http_version 1.1; -proxy_buffering off; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $proxy_connection;