From 2aeb78019115d629742e2bf1803ca63572a6bcae Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 25 Jun 2024 13:34:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx_prod.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx_prod.conf b/nginx_prod.conf index 4889048..0b9de5a 100644 --- a/nginx_prod.conf +++ b/nginx_prod.conf @@ -27,7 +27,7 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream eam { - server localhost:90 weight=10 max_fails=3 fail_timeout=10s; + server 10.62.139.32:90 weight=10 max_fails=3 fail_timeout=10s; } server { listen 82;