auto: Caddyfile update 2026-04-06
This commit is contained in:
parent
57b6feb0d2
commit
bfe81088fc
20
Caddyfile
20
Caddyfile
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue