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