From b6fe53ba2b3570abb3fcd8c0e8e64921824b5e27 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 25 Apr 2025 15:49:42 -0500 Subject: [PATCH] Removed no buffer for uwsgi. Caused issues. --- docker/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 8382b73f..b440f773 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -87,7 +87,6 @@ server { location /proxy/ { include uwsgi_params; uwsgi_pass unix:/app/uwsgi.sock; - uwsgi_buffering off; # Explicitly disable uwsgi buffering for streaming proxy_http_version 1.1; proxy_set_header Connection ""; proxy_buffering off;