mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
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:
@@ -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"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user