auto: Caddyfile update 2026-03-30

This commit is contained in:
James 2026-03-30 09:00:58 -04:00
parent 9bac2deb61
commit 4f992c7a48
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:443 {
reverse_proxy https://192.168.1.16:8443 {
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:443 {
reverse_proxy https://192.168.1.16:8443 {
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:443 {
reverse_proxy https://192.168.1.16:8443 {
header_up Host {http.request.host}
transport http {
tls_insecure_skip_verify