From 70f7a14b3ccf22ce02df39221fabfbac7c8b86a4 Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Mon, 5 Feb 2024 16:49:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf b/nginx.conf index ba943f3..194b7ea 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,9 +26,6 @@ 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 25101; server_name_in_redirect off;