This commit is contained in:
2026-04-22 14:51:48 +02:00
parent b0a1654fd7
commit 478f0182a4
2 changed files with 42 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ server {
# Serve clean URLs by trying $uri, then $uri.html
location / {
try_files $uri $uri.html $uri/ =404;
try_files $uri $uri.html $uri/ /index.html;
}
# Cache static assets