From fa3c59ff66c6ed494841755813ae98276e6c21fa Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 28 Mar 2024 11:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 6 ++---- nginx.conf | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.env.production b/.env.production index c4663c1..7e42eab 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,2 @@ -# VITE_BASE_URL=http://dev.ccwin-in.com:23111/app -# VITE_BASE_URL_IMAGE=http://dev.ccwin-in.com:23111 -VITE_BASE_URL=https://tmsapp.hongxianggroup.com.cn -VITE_BASE_URL_IMAGE=https://tmsapp.hongxianggroup.com.cn \ No newline at end of file +VITE_BASE_URL=http://10.62.139.32:82/api/admin-api +VITE_BASE_URL_IMAGE=http://10.62.139.32:82/api/admin-api diff --git a/nginx.conf b/nginx.conf index 736b346..3cf2f79 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,10 +27,10 @@ http { gzip_vary on; gzip_disable "MSIE [1-6]\."; upstream eam { - server localhost:25210 weight=10 max_fails=3 fail_timeout=10s; + server localhost:90 weight=10 max_fails=3 fail_timeout=10s; } server { - listen 25203; + listen 82; server_name_in_redirect off; server_name dev.ccwin-in.com; location /api/ {