update: fix typo in hostname.adoc (#31007)

- `proxy_name` becomes `project_name`.

Signed-off-by: Pedro Aguiar <contact@codespearhead.com>
This commit is contained in:
Pedro Aguiar 2024-07-02 12:50:38 -04:00 committed by GitHub
parent f34bb21af6
commit 2316b8d82a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"/>