mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 12:36:42 +00:00
Removed no buffer for uwsgi. Caused issues.
This commit is contained in:
parent
00a8609b35
commit
b6fe53ba2b
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue