From 2316b8d82a287fac61011e83d535d26b6f071229 Mon Sep 17 00:00:00 2001 From: Pedro Aguiar Date: Tue, 2 Jul 2024 12:50:38 -0400 Subject: [PATCH] update: fix typo in hostname.adoc (#31007) - `proxy_name` becomes `project_name`. Signed-off-by: Pedro Aguiar --- 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 adcbda951d..23a25249ac 100644 --- a/docs/guides/server/hostname.adoc +++ b/docs/guides/server/hostname.adoc @@ -26,7 +26,7 @@ As demonstrated in the previous example, the scheme and port are not explicitly <@kc.start parameters="--hostname https://my.keycloak.org"/> -Similarly, your reverse proxy might expose {project_name} at a different context path. It is possible to configure {proxy_name} to reflect that via the `hostname` and `hostname-admin` options. See the following example: +Similarly, your reverse proxy might expose {project_name} at a different context path. It is possible to configure {project_name} to reflect that via the `hostname` and `hostname-admin` options. See the following example: <@kc.start parameters="--hostname https://my.keycloak.org:123/auth"/>