diff --git a/.env.production b/.env.production index df5c16e..b5eb6fc 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 闻荫管理系统 ENV = 'production' # 闻荫管理系统/生产环境 -VUE_APP_BASE_API = 'http://dev.ccwin-in.com:25204/api/admin-api' +VUE_APP_BASE_API = 'http://10.62.139.32:83/admin-api' diff --git a/nginx.conf b/nginx.conf index 7f75553..cce6f87 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 25204; + listen 83; server_name_in_redirect off; server_name dev.ccwin-in.com; location /api/ {