更新部署脚本

This commit is contained in:
wanghai
2026-02-06 22:49:48 +08:00
parent b936e5f8b0
commit 5ae4c9442e
3 changed files with 27 additions and 89 deletions

View File

@@ -150,7 +150,7 @@ http {
# 静态文件服务
location / {
root /data/httpd/eECShopX_mobile-frontend/dist/h5;
root /data/httpd/ECShopX_mobile-frontend/dist/h5;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
}