From 33df95b4ae3ff4e523f5d8d056b7e9373863372c Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Tue, 25 Jun 2024 16:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .env.test | 2 +- nginx_prod.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.production b/.env.production index 2eb8a52..834eba3 100644 --- a/.env.production +++ b/.env.production @@ -28,7 +28,7 @@ VITE_SOURCEMAP=false VITE_BASE_PATH=/ # 输出路径 -VITE_OUT_DIR=eam +VITE_OUT_DIR=eam-ui # 自定义接口路径 VITE_INTERFACE_URL='http://10.62.139.32:90/magic/web/index.html' diff --git a/.env.test b/.env.test index f8d316c..8d6cf59 100644 --- a/.env.test +++ b/.env.test @@ -28,7 +28,7 @@ VITE_SOURCEMAP=false VITE_BASE_PATH=/ # 输出路径 -VITE_OUT_DIR=eam +VITE_OUT_DIR=eam-ui # 自定义接口路径 VITE_INTERFACE_URL='http://dev.ccwin-in.com:25210/magic/web/index.html' diff --git a/nginx_prod.conf b/nginx_prod.conf index c358f63..bec5533 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 80;