fix: nginx配置文件再次修改。

This commit is contained in:
tianyongbao
2026-02-04 18:14:28 +08:00
parent b0b5afbee4
commit dce2925520

View File

@@ -68,7 +68,7 @@ http {
}
location / {
root /usr/share/nginx/html; # docker映射路径 不允许更改
root /usr/share/nginx/html/build/h5/; # docker映射路径 不允许更改
try_files $uri $uri/ /index.html;
index index.html index.htm;
proxy_set_header Host $http_host;