Skip to content

Commit

Permalink
rm nginx proxy_connect_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SkywalkerSpace committed Dec 9, 2024
1 parent 2572a12 commit d19173c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manual/setup_binary/https_with_nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit d19173c

Please sign in to comment.