caddy: remove unnecessary hsts header

This commit is contained in:
Alex Gleason 2025-01-23 15:42:19 -06:00
parent 8083148d03
commit 64370c23e3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -15,8 +15,7 @@ example.com {
handle /packs/* {
root * /opt/ditto/public
header Cache-Control "public, max-age=31536000, immutable"
header Strict-Transport-Security "max-age=31536000"
header Cache-Control "max-age=31536000, public, immutable"
file_server
}