auto-save 2026-05-15 17:11 (~6)

This commit is contained in:
2026-05-15 17:11:52 +08:00
parent f3230ff99e
commit 6c9806ce98
6 changed files with 106 additions and 14 deletions

View File

@@ -87,6 +87,11 @@ server {
try_files $uri =404;
}
location /assets/ {
root /usr/share/nginx/html;
try_files $uri =404;
}
location ~* ^/(icon|apple-icon|favicon|manifest|placeholder).* {
root /usr/share/nginx/html;
try_files $uri =404;