mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29: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/* {
|
handle /packs/* {
|
||||||
root * /opt/ditto/public
|
root * /opt/ditto/public
|
||||||
header Cache-Control "public, max-age=31536000, immutable"
|
header Cache-Control "max-age=31536000, public, immutable"
|
||||||
header Strict-Transport-Security "max-age=31536000"
|
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue