From 02b22ca24431f65b2416b8dfb991650360532f25 Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Fri, 10 May 2024 17:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= 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 3cf2f79..f9a5113 100644 --- a/nginx.conf +++ b/nginx.conf @@ -30,9 +30,9 @@ http { server localhost:90 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 82; + listen 25203; server_name_in_redirect off; - server_name dev.ccwin-in.com; + server_name _; location /api/ { proxy_pass http://eam/; proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header;