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`.
|
In this example, the server is running behind a TLS termination proxy and publicly available from `https://mykeycloak`.
|
||||||
|
|
||||||
.Configuration:
|
.Configuration:
|
||||||
<@kc.start parameters="--hostname=mykeycloak --proxy-edge"/>
|
<@kc.start parameters="--hostname=mykeycloak --proxy=edge"/>
|
||||||
|
|
||||||
=== Exposing the server without a proxy
|
=== Exposing the server without a proxy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue