devops(caddy): add HSTS to GlitchTip vhost
Caddy does not set Strict-Transport-Security on GlitchTip because the full security_headers snippet is intentionally omitted (Permissions-Policy interferes with the Sentry SDK CORS). Adding HSTS alone guarantees HTTPS enforcement at the Caddy layer without breaking SDK ingestion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -95,5 +95,6 @@ grafana.archiv.raddatz.cloud {
|
|||||||
}
|
}
|
||||||
|
|
||||||
glitchtip.archiv.raddatz.cloud {
|
glitchtip.archiv.raddatz.cloud {
|
||||||
|
header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||||
reverse_proxy 127.0.0.1:3002
|
reverse_proxy 127.0.0.1:3002
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user