Added nocache headers to avoid caching issues when debugging

This commit is contained in:
2025-01-24 13:48:55 +00:00
parent d96a8706f6
commit 1cc6649d81

View File

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