From 9945f66008431faaf2ac74ab2b01bfc17a753a8e Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Tue, 9 Apr 2024 10:38:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=A4=8Dnginx=E9=85=8D=E7=BD=AE?= 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 2679b86..d5aa0a2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,10 +27,10 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream eam { - server localhost:90 weight=10 max_fails=3 fail_timeout=10s; + server localhost:25210 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 80; + listen 25200; server_name_in_redirect off; server_name dev.ccwin-in.com; location /api/ {