Fixed typo in --proxy example (#14539)
This commit is contained in:
parent
55a660f50b
commit
b739878916
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ see <@links.server id="enabletls"/> guide.
|
|||
In this example, the server is running behind a TLS termination proxy and publicly available from `https://mykeycloak`.
|
||||
|
||||
.Configuration:
|
||||
<@kc.start parameters="--hostname=mykeycloak --proxy-edge"/>
|
||||
<@kc.start parameters="--hostname=mykeycloak --proxy=edge"/>
|
||||
|
||||
=== Exposing the server without a proxy
|
||||
|
||||
|
@ -123,4 +123,4 @@ In this example, the server is accessible using a port other than the default po
|
|||
.Keycloak configuration:
|
||||
<@kc.start parameters="--hostname-url=https://mykeycloak:8989"/>
|
||||
|
||||
</@tmpl.guide>
|
||||
</@tmpl.guide>
|
||||
|
|
Loading…
Reference in a new issue