Do not increase proxy_connect_timeout
This commit is contained in:
parent
898a728f5a
commit
bd8593039d
|
@ -336,7 +336,6 @@ server {
|
|||
|
||||
# increase request timeouts
|
||||
proxy_read_timeout 600;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
|
||||
proxy_request_buffering off; # stream uploaded files through the proxy as it comes in
|
||||
|
@ -399,7 +398,6 @@ server {
|
|||
|
||||
# increase request timeouts
|
||||
proxy_read_timeout 600;
|
||||
proxy_connect_timeout 600;
|
||||
proxy_send_timeout 600;
|
||||
|
||||
proxy_request_buffering off; # stream uploaded files through the proxy as it comes in
|
||||
|
|
Reference in New Issue