auto: Caddyfile update 2026-03-25
This commit is contained in:
parent
aac25fff24
commit
9e082cb523
16
Caddyfile
16
Caddyfile
|
|
@ -153,3 +153,19 @@ dev.clavitor.ai {
|
|||
-Server
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
app.clavitor.ai {
|
||||
tls {
|
||||
ca https://acme-v02.api.letsencrypt.org/directory
|
||||
}
|
||||
reverse_proxy 192.168.1.16:1984
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536000; includeSubDomains"
|
||||
X-Content-Type-Options "nosniff"
|
||||
X-Frame-Options "DENY"
|
||||
Referrer-Policy "strict-origin-when-cross-origin"
|
||||
-Server
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue