mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-11 05:35:33 +08:00
4.6.4
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user