auto: Caddyfile update 2026-04-05

This commit is contained in:
James 2026-04-05 09:00:57 -04:00
parent 6fc0e2503a
commit 57b6feb0d2
1 changed files with 7 additions and 5 deletions

View File

@ -148,11 +148,7 @@ clavitor.jongsma.me {
dev.clavitor.ai { dev.clavitor.ai {
reverse_proxy https://192.168.1.16:1984 { reverse_proxy 192.168.1.16:1984 {
header_up Host {http.request.host}
transport http {
tls_insecure_skip_verify
}
} }
header { header {
@ -184,3 +180,9 @@ app.clavitor.ai {
-Server -Server
} }
} }
}
admin.dev.clavitor.ai {
reverse_proxy 192.168.1.16:1985
}