auto: Caddyfile update 2026-04-06

This commit is contained in:
James 2026-04-06 09:01:03 -04:00
parent 57b6feb0d2
commit bfe81088fc
1 changed files with 18 additions and 2 deletions

View File

@ -181,8 +181,24 @@ app.clavitor.ai {
}
}
}
admin.dev.clavitor.ai {
reverse_proxy 192.168.1.16:1985
}
chatitor.jongsma.me {
reverse_proxy 192.168.1.16:8080
header {
Strict-Transport-Security max-age=31536000
chatitor.jongsma.me {
reverse_proxy 192.168.1.16:8080
header {
Strict-Transport-Security "max-age=31536000; includeSubDomains"
X-Content-Type-Options "nosniff"
X-Frame-Options "SAMEORIGIN"
Referrer-Policy "strict-origin-when-cross-origin"
-Server
}
}