reverse-proxy: disable request buffering
This commit is contained in:
parent
cdb8fe6b66
commit
b7fd838ca9
|
@ -15,6 +15,7 @@ server {
|
|||
|
||||
proxy_connect_timeout 30s;
|
||||
proxy_read_timeout 800s;
|
||||
proxy_request_buffering off;
|
||||
proxy_max_temp_file_size 0;
|
||||
client_max_body_size 200M;
|
||||
|
||||
|
|
Loading…
Reference in a new issue