From 13d5616fff91c0ff89848d7d024d57bb744a0065 Mon Sep 17 00:00:00 2001 From: xmdhs Date: Wed, 17 Feb 2021 10:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=95=BF=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E6=96=AD=E5=BC=80=E7=9A=84=E9=97=AE=E9=A2=98=20(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 52ad5f2..c2bfc17 100644 --- a/install.sh +++ b/install.sh @@ -545,6 +545,7 @@ nginx_conf_add() { location /ray/ { proxy_redirect off; + proxy_read_timeout 1200s; proxy_pass http://127.0.0.1:10000; proxy_http_version 1.1; proxy_set_header X-Real-IP \$remote_addr;