From 2bb98d968461fdbe05634941ca5f974377d4dfad Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Fri, 13 Dec 2024 06:01:13 -0500 Subject: [PATCH] fix: updating the partially dynamic url to not include path (#35831) closes: #35706 Signed-off-by: Steve Hawkins --- docs/guides/server/hostname.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/hostname.adoc b/docs/guides/server/hostname.adoc index 30ef8e1123b..e214375e0ba 100644 --- a/docs/guides/server/hostname.adoc +++ b/docs/guides/server/hostname.adoc @@ -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