fix 404 handling, ignore static/media
Build and Push Docker Image / build (push) Successful in 8s

This commit is contained in:
2026-03-19 22:28:10 -04:00
parent 75feb4673a
commit 4e96ba9f80
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ server {
# Clean URLs — serve index.html for directories
location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ =404;
}
# Cache static assets aggressively