This commit is contained in:
wanghai
2026-06-12 19:55:13 +08:00
parent 1895a0fbd9
commit ffeaa23f01
34 changed files with 1089 additions and 354 deletions

View File

@@ -170,9 +170,9 @@ http {
listen 8082;
server_name _;
# 代理到Nuxt服务监听3000端口
# 代理到独立的 Web 前端 Nuxt 服务监听3000端口
location / {
proxy_pass http://127.0.0.1:3000;
proxy_pass http://ecshopx-web-frontend:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';