Fix proxy buffering

pull/1632/head
Piero Toffanin 2025-03-17 17:33:46 -04:00
rodzic 949a9990c5
commit 7d42f8fa43
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

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

Wyświetl plik

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