Merge pull request #8 from thsrite/main

This commit is contained in:
jxxghp
2023-07-15 17:51:32 +08:00
committed by GitHub

View File

@ -29,8 +29,8 @@ http {
# 主目录 # 主目录
expires off; expires off;
add_header Cache-Control "no-cache, no-store, must-revalidate"; add_header Cache-Control "no-cache, no-store, must-revalidate";
index index.html;
root /app/public; root /app/public;
try_files $uri $uri/ /index.html;
} }
location /assets { location /assets {