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:
parent
f34bb21af6
commit
2316b8d82a
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue