mailsync.bizmatch.net added
This commit is contained in:
parent
7873002167
commit
1af90e6eb9
|
|
@ -76,5 +76,13 @@ api-dev.bizmatch.net {
|
||||||
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}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
mailsync.bizmatch.net {
|
||||||
|
reverse_proxy host.docker.internal:5000 {
|
||||||
|
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}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue