Commit 62c1d701 by zhangxingmin

push

parent da4910db
......@@ -22,9 +22,9 @@ server {
add_header Cache-Control "no-store, no-cache, must-revalidate";
}
# 子应用 /cffp/ 路由
# 子应用 /cffp/ 路由(关键修正)
location /cffp/ {
try_files $uri $uri/ /cffp/index.html;
try_files $uri $uri/ /index.html; # 改为指向根目录的 index.html
}
# 禁止访问 .env 文件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment