mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-04-20 03:11:48 +02:00
Disable stream buffering on upstream nginx server
This commit is contained in:
parent
f566b2eeda
commit
3eb193eca3
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user