Removed no buffer for uwsgi. Caused issues.

This commit is contained in:
SergeantPanda 2025-04-25 15:49:42 -05:00
parent 00a8609b35
commit b6fe53ba2b

View file

@ -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;