Merge pull request #8 from thsrite/main

This commit is contained in:
jxxghp 2023-07-15 17:51:32 +08:00 committed by GitHub
commit 6d8ef17517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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