rm nginx proxy_connect_timeout

This commit is contained in:
skywalker 2024-12-09 14:22:30 +08:00
parent 2572a128ac
commit d19173c1d4

View File

@ -115,7 +115,6 @@ server {
client_max_body_size 0;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 36000s;
proxy_read_timeout 36000s;
proxy_send_timeout 36000s;
@ -362,7 +361,7 @@ The following sample Nginx configuration file for the host name seafile.example.
proxy_pass http://127.0.0.1:8082;
client_max_body_size 0;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 36000s;
proxy_read_timeout 36000s;
proxy_send_timeout 36000s;
send_timeout 36000s;