new reverse headers for keycloak

This commit is contained in:
Andreas Knuth 2024-05-20 09:39:59 -05:00
parent e8ccc3dfad
commit 27ebebd771
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@ www.bizmatch.net {
} }
} }
auth.bizmatch.net { auth.bizmatch.net {
reverse_proxy bizmatch:8080 reverse_proxy bizmatch:8080 {
header_up Host {host}
header_up X-Real-IP {remote}
header_up X-Forwarded-For {remote}
header_up X-Forwarded-Proto {scheme}
}
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }