Do not increase proxy_connect_timeout

This commit is contained in:
PJ 2021-06-04 11:58:38 +02:00
parent 898a728f5a
commit bd8593039d
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 0 additions and 2 deletions

View File

@ -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