From 7d42f8fa43850f3f7547d1aabfcf97ca72373b62 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 17 Mar 2025 17:33:46 -0400 Subject: [PATCH] Fix proxy buffering --- nginx/nginx-ssl.conf.template | 3 --- nginx/nginx.conf.template | 3 --- 2 files changed, 6 deletions(-) diff --git a/nginx/nginx-ssl.conf.template b/nginx/nginx-ssl.conf.template index ae7f0f01..bb6a9a10 100644 --- a/nginx/nginx-ssl.conf.template +++ b/nginx/nginx-ssl.conf.template @@ -75,9 +75,6 @@ http { # redirects, we set the Host: header above already. proxy_redirect off; - # for streaming requests - proxy_buffering off; - proxy_pass http://app_server; } diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 87efd8aa..cd16725b 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -64,9 +64,6 @@ http { # redirects, we set the Host: header above already. proxy_redirect off; - # for streaming requests - proxy_buffering off; - proxy_pass http://app_server; }