mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
caddy: remove unnecessary hsts header
This commit is contained in:
parent
8083148d03
commit
64370c23e3
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue