different comments signs
This commit is contained in:
parent
215d7a3978
commit
d5aaa64555
|
|
@ -104,14 +104,15 @@ dev.bizmatch.net {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* api-dev.bizmatch.net {
|
# api-dev.bizmatch.net {
|
||||||
reverse_proxy host.docker.internal:3000 {
|
# reverse_proxy host.docker.internal:3000 {
|
||||||
header_up X-Real-IP {http.request.header.CF-Connecting-IP}
|
# 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-For {http.request.header.CF-Connecting-IP}
|
||||||
header_up X-Forwarded-Proto {http.request.header.X-Forwarded-Proto}
|
# header_up X-Forwarded-Proto {http.request.header.X-Forwarded-Proto}
|
||||||
header_up CF-IPCountry {http.request.header.CF-IPCountry}
|
# 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
|
||||||
header_up X-Real-IP {http.request.header.CF-Connecting-IP}
|
header_up X-Real-IP {http.request.header.CF-Connecting-IP}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue