mailsync.bizmatch.net added

This commit is contained in:
Andreas Knuth 2025-03-23 11:42:11 +01:00
parent 7873002167
commit 1af90e6eb9
1 changed files with 9 additions and 1 deletions

View File

@ -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}
}
}