From 13191e1451f3acb68dcb6e2f2ad0f6e2125fe71b Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Mon, 5 Feb 2024 15:30:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 539db9d..5490ce7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,10 +27,10 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream zhucheng { - server localhost:26110 weight=10 max_fails=3 fail_timeout=10s; + server localhost:27110 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 26100; + listen 27100; server_name_in_redirect off; server_name dev.ccwin-in.com; location /api/ {