Update host.adoc
a tiny proposal : the command line reference the old "fixed" provider instead of the default one described above
This commit is contained in:
parent
6a17878343
commit
3a42d9e1bc
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ To update the `frontendUrl` with jboss-cli use the following command:
|
||||||
|
|
||||||
[source,bash]
|
[source,bash]
|
||||||
----
|
----
|
||||||
/subsystem=keycloak-server/spi=hostname/provider=fixed:write-attribute(name=properties.frontendUrl,value="https://auth.example.com")
|
/subsystem=keycloak-server/spi=hostname/provider=default:write-attribute(name=properties.frontendUrl,value="https://auth.example.com")
|
||||||
----
|
----
|
||||||
|
|
||||||
If you want all requests to go through the public domain name you can force backend requests to use the frontend URL as
|
If you want all requests to go through the public domain name you can force backend requests to use the frontend URL as
|
||||||
|
|
Loading…
Reference in a new issue