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:12 -04:00
parent 67b42a9784
commit f61a29f115
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
*.swp *.swp
static/media/
+1 -1
View File
@@ -5,7 +5,7 @@ server {
# Clean URLs — serve index.html for directories # Clean URLs — serve index.html for directories
location / { location / {
try_files $uri $uri/ /index.html; try_files $uri $uri/ =404;
} }
# Cache static assets aggressively # Cache static assets aggressively