qrmaster
This commit is contained in:
parent
013f1c8994
commit
61820fe772
|
|
@ -23,6 +23,19 @@ www.bizmatch.net {
|
|||
bizmatch.net {
|
||||
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 {
|
||||
# TLS-Direktive entfernen, falls Cloudflare die Verbindung terminiert
|
||||
# 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 {
|
||||
reverse_proxy host.docker.internal:3001 { # Neu: Proxy auf Prod-Port 3001
|
||||
|
|
|
|||
Loading…
Reference in New Issue