From 6ac83d50772b87ea147d6259b183c7f6bd88180e Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 25 Jun 2024 13:37:28 +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 e8f4e53..36a1aae 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 81;