mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user