fix: updating the partially dynamic url to not include path (#35831)

closes: #35706

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins
2024-12-13 06:01:13 -05:00
committed by GitHub
parent cb1d28d043
commit 2bb98d9684

View File

@@ -66,7 +66,7 @@ The `proxy-headers` option can be also used to resolve the URL partially dynamic
<@kc.start parameters="--hostname my.keycloak.org --proxy-headers xforwarded"/>
In this case, scheme, port and context path are resolved dynamically from X-Forwarded-* headers, while hostname is statically defined as `my.keycloak.org`.
In this case, scheme, and port are resolved dynamically from X-Forwarded-* headers, while hostname is statically defined as `my.keycloak.org`.
=== Fixed URLs