Files
portfolio/Caddyfile
Lucas b7443eb21a
Some checks failed
Portfolio/pipeline/head There was a failure building this commit
Add caddyfile and emergency docker-compose
2026-01-08 12:56:54 +01:00

11 lines
207 B
Caddyfile

:80 {
root * /usr/share/caddy
file_server
# No cache, always update
header {
Cache-Control "no-cache, no-store, must-revalidate"
Pragma "no-cache"
Expires "0"
}
}