From 56036c392d0da1a277cd28701022f09fb4f8cc75 Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Mon, 5 Feb 2024 16:45:57 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nginx.conf b/nginx.conf index 1413636..94d9735 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,11 +26,8 @@ http { gzip_types text/plain application/javascript text/css application/xml text/javascript image/jpeg image/gif image/png; gzip_vary on; gzip_disable "MSIE [1-6]\."; - upstream sfms3.0 { - server localhost:25110 weight=10 max_fails=3 fail_timeout=10s; - } server { - listen 27201; + listen 27101; server_name_in_redirect off; server_name dev.ccwin-in.com; location / {