Disable stream buffering on upstream nginx server

This commit is contained in:
augustin64 2024-04-10 14:24:57 +02:00
parent f566b2eeda
commit 3eb193eca3
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ server {
proxy_pass "http://127.0.0.1:6666";
chunked_transfer_encoding off;
proxy_buffering off;
set_header X-Accel-Buffering no;
}
}