feat(jenkins): manage portfolio version, caddy version and cache

This commit is contained in:
2026-01-08 19:39:17 +01:00
parent a996ae9c7e
commit 54f4372629
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"
}
}