Maybe don't disable proxy buffering
This commit is contained in:
parent
63a7496c8b
commit
8636f5d1d9
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ http {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
|
||||
client_max_body_size 4M;
|
||||
client_body_buffer_size 128K;
|
||||
|
|
|
|||
Loading…
Reference in a new issue