From d19173c1d4b1fe151c619b6ed41671a1666f1720 Mon Sep 17 00:00:00 2001 From: skywalker Date: Mon, 9 Dec 2024 14:22:30 +0800 Subject: [PATCH] rm nginx proxy_connect_timeout --- manual/setup_binary/https_with_nginx.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manual/setup_binary/https_with_nginx.md b/manual/setup_binary/https_with_nginx.md index 4ef3085e..ab20d71d 100644 --- a/manual/setup_binary/https_with_nginx.md +++ b/manual/setup_binary/https_with_nginx.md @@ -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;