auto: Caddyfile update 2026-03-24
This commit is contained in:
parent
95ea16d809
commit
aac25fff24
33
Caddyfile
33
Caddyfile
|
|
@ -117,26 +117,6 @@ hass.jongsma.me {
|
|||
}
|
||||
}
|
||||
|
||||
vault1984.jongsma.me, vault1984.jongsma.me:1984 {
|
||||
handle_path /account/* {
|
||||
reverse_proxy 192.168.1.16:8098
|
||||
}
|
||||
|
||||
@account path /account
|
||||
handle @account {
|
||||
redir /account/ 301
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
clavitor.jongsma.me {
|
||||
handle_path /account/* {
|
||||
|
|
@ -160,3 +140,16 @@ clavitor.jongsma.me {
|
|||
}
|
||||
|
||||
|
||||
dev.clavitor.ai {
|
||||
|
||||
|
||||
reverse_proxy 192.168.1.16:8099
|
||||
|
||||
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