cielectrical

This commit is contained in:
Andreas Knuth 2025-08-22 14:20:16 -05:00
parent 8f1fdbfb96
commit e349f0142f
1 changed files with 10 additions and 3 deletions

View File

@ -54,7 +54,14 @@ fancytextstuff.com {
}
encode gzip
}
cielectrical.bayarea-cc.com {
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}
}
}
www.fancytextstuff.com {
redir https://fancytextstuff.com{uri} permanent
}
@ -94,14 +101,14 @@ dev.bizmatch.net {
}
api-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
header_up X-Real-IP {http.request.header.CF-Connecting-IP}