From a26f4f8bd520d25de689e592d4d4b758855baa58 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Sat, 11 May 2024 08:16:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=A9=E5=90=88=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= 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 7052605..f963fe0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,10 +27,10 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream tianhe { - server localhost:90 weight=10 max_fails=3 fail_timeout=10s; + server localhost:28029 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 82; + listen 28021; server_name_in_redirect off; server_name _; location /api/ {