Add caddy version control, explicit portfolio version, cache management
All checks were successful
Portfolio/pipeline/head This commit looks good

This commit is contained in:
2026-01-08 19:39:17 +01:00
parent b4c10b62cc
commit 3f98cac537
5 changed files with 22 additions and 9 deletions

View File

@@ -2,10 +2,8 @@
root * /usr/share/caddy
file_server
# No cache, always update
# Client cache
header {
Cache-Control "no-cache, no-store, must-revalidate"
Pragma "no-cache"
Expires "0"
Cache-Control "public, max-age=86400"
}
}