From 18e9fb99b5fd66e019d59187cd5d6d012a907d22 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 13 Jan 2022 23:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0nginx=E6=8C=81=E7=BB=AD?= =?UTF-8?q?=E6=8F=A1=E6=89=8B=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/default.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf index a0115671..1f56ae2a 100644 --- a/docker/nginx/default.conf +++ b/docker/nginx/default.conf @@ -63,6 +63,8 @@ server { proxy_set_header Server-Port $server_port; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; + proxy_read_timeout 600s; + proxy_send_timeout 600s; proxy_pass http://service; }