first commit

This commit is contained in:
Mateusz Gruszczyński
2026-04-12 22:39:55 +02:00
parent 2f9d507bf9
commit 53e7a70d31

View File

@@ -77,12 +77,10 @@ server {
} }
location / { location / {
index index.html; try_files $uri $uri/ /index.html;
try_files $uri =404;
if ($static_file) { if ($static_file) {
add_header Cache-Control "public, max-age=31536000, immutable" always; add_header Cache-Control "max-age=600" always;
} }
add_header Cache-Control "no-store, no-cache" always; add_header Cache-Control "no-store, no-cache" always;