mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-01 12:48:22 +00:00
docs: fix loadbalancing-example (#6167)
* Fix loadbalancing-example. * Fix typo. --------- Co-authored-by: Florian Forster <florian@zitadel.com> Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
07ef9af513
commit
ccc903a13e
@ -21,7 +21,6 @@ providers:
|
||||
filename: /etc/traefik/traefik.yaml
|
||||
|
||||
http:
|
||||
|
||||
middlewares:
|
||||
zitadel:
|
||||
headers:
|
||||
@ -29,7 +28,7 @@ http:
|
||||
allowedHosts:
|
||||
- 'my.domain'
|
||||
customRequestHeaders:
|
||||
:authority: 'my.domain'
|
||||
authority: 'my.domain'
|
||||
redirect-to-https:
|
||||
redirectScheme:
|
||||
scheme: https
|
||||
|
@ -62,7 +62,7 @@ export ZITADEL_MASTERKEY="$(tr -dc A-Za-z0-9 </dev/urandom | head -c 32)"
|
||||
docker compose up --detach
|
||||
```
|
||||
|
||||
Make `127.0.0.1` available at `my.domain`. For example, this can be achived with an entry `127.0.1.1 my.domain` in the `/etc/hosts` file.
|
||||
Make `127.0.0.1` available at `my.domain`. For example, this can be achieved with an entry `127.0.0.1 my.domain` in the `/etc/hosts` file.
|
||||
|
||||
Open your favorite internet browser at [https://my.domain/ui/console/](https://my.domain/ui/console/).
|
||||
You can safely proceed, if your browser warns you about the insecure self-signed TLS certificate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user