Added nocache headers to avoid caching issues when debugging

This commit is contained in:
2025-01-24 13:48:55 +00:00
parent f8d44c2193
commit 8a99f26bd5

View File

@@ -17,13 +17,16 @@
} }
:80 { :80 {
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
import site import site
} }
http://am-d-model.eu { http://am-d-model.eu {
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
import site import site
} }
am-d-model.eu { am-d-model.eu {
header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
import site import site
} }