disable proxy buffering

This commit is contained in:
DecDuck
2026-04-19 09:38:42 +10:00
parent 6bb7eca145
commit 5bbe406e4c
4 changed files with 171 additions and 1 deletions
+2
View File
@@ -21,6 +21,8 @@ http {
scgi_temp_path scgi_temp;
uwsgi_temp_path uwsgi_temp;
proxy_buffering off;
server {
listen 3000;
server_name localhost;