Browse Source

Merge pull request 'init(初始化): 🎉' (#12) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/alert-front/pulls/12
xiaojinfei-patch-1
root 2 months ago
parent
commit
629ea16ede
  1. 2
      .env
  2. 2
      scripts/nginx.conf

2
.env

@ -1,5 +1,5 @@
# 端口号
VITE_PORT = 80
VITE_PORT = 5000
# 网站标题
VITE_GLOB_APP_TITLE = 预警诊断系统

2
scripts/nginx.conf

@ -33,7 +33,7 @@ http {
}
# 代理 API 请求到后端容器
location /api/ {
location /admin-api/ {
proxy_pass http://127.0.0.1:48080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;

Loading…
Cancel
Save