fix: disable proxy_buffering

Signed-off-by: Stefan Daniel Schwarz <github.com@wolfram.ravenwolf.de>
pull/2178/head
Stefan Schwarz 2 years ago committed by Stefan Daniel Schwarz
parent 6151f60208
commit 0f7e995404

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

@ -1,2 +1,3 @@
client_max_body_size 10G;
proxy_buffering off;
proxy_request_buffering off;

Loading…
Cancel
Save