auto: Caddyfile update 2026-04-04

This commit is contained in:
James 2026-04-04 09:01:08 -04:00
parent 4f992c7a48
commit 6fc0e2503a
1 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ clavitor.jongsma.me {
redir /account/ 301
}
reverse_proxy https://192.168.1.16:8443 {
reverse_proxy https://192.168.1.16:1984 {
header_up Host {http.request.host}
transport http {
tls_insecure_skip_verify
@ -148,7 +148,7 @@ clavitor.jongsma.me {
dev.clavitor.ai {
reverse_proxy https://192.168.1.16:8443 {
reverse_proxy https://192.168.1.16:1984 {
header_up Host {http.request.host}
transport http {
tls_insecure_skip_verify
@ -169,7 +169,7 @@ app.clavitor.ai {
tls {
ca https://acme-v02.api.letsencrypt.org/directory
}
reverse_proxy https://192.168.1.16:8443 {
reverse_proxy https://192.168.1.16:1984 {
header_up Host {http.request.host}
transport http {
tls_insecure_skip_verify