new reverse headers for keycloak
This commit is contained in:
parent
e8ccc3dfad
commit
27ebebd771
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue