Fixed typo in --proxy example (#14539)

This commit is contained in:
Paweł Walczak 2022-09-23 07:43:03 +02:00 committed by GitHub
parent 55a660f50b
commit b739878916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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