This commit is contained in:
Andreas Knuth 2026-01-01 09:58:22 -06:00
parent 013f1c8994
commit 61820fe772
1 changed files with 13 additions and 8 deletions

View File

@ -23,6 +23,19 @@ www.bizmatch.net {
bizmatch.net { bizmatch.net {
redir https://www.bizmatch.net{uri} permanent redir https://www.bizmatch.net{uri} permanent
} }
www.qrmaster.net {
handle {
reverse_proxy host.docker.internal:3050
}
log {
output file /var/log/caddy/qrmaster.log
format console
}
encode gzip
}
qrmaster.net {
redir https://www.qrmaster.net{uri} permanent
}
bayarea-cc.com { bayarea-cc.com {
# TLS-Direktive entfernen, falls Cloudflare die Verbindung terminiert # TLS-Direktive entfernen, falls Cloudflare die Verbindung terminiert
# tls { # tls {
@ -164,14 +177,6 @@ dev.bizmatch.net {
} }
# api-dev.bizmatch.net {
# reverse_proxy host.docker.internal:3000 {
# header_up X-Real-IP {http.request.header.CF-Connecting-IP}
# header_up X-Forwarded-For {http.request.header.CF-Connecting-IP}
# header_up X-Forwarded-Proto {http.request.header.X-Forwarded-Proto}
# header_up CF-IPCountry {http.request.header.CF-IPCountry}
# }
# }
api.bizmatch.net { api.bizmatch.net {
reverse_proxy host.docker.internal:3001 { # Neu: Proxy auf Prod-Port 3001 reverse_proxy host.docker.internal:3001 { # Neu: Proxy auf Prod-Port 3001