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:
Marko Heikkilä 2023-07-20 10:27:58 +03:00 committed by GitHub
parent 07ef9af513
commit ccc903a13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -21,7 +21,6 @@ providers:
filename: /etc/traefik/traefik.yaml filename: /etc/traefik/traefik.yaml
http: http:
middlewares: middlewares:
zitadel: zitadel:
headers: headers:
@ -29,7 +28,7 @@ http:
allowedHosts: allowedHosts:
- 'my.domain' - 'my.domain'
customRequestHeaders: customRequestHeaders:
:authority: 'my.domain' authority: 'my.domain'
redirect-to-https: redirect-to-https:
redirectScheme: redirectScheme:
scheme: https scheme: https

View File

@ -62,7 +62,7 @@ export ZITADEL_MASTERKEY="$(tr -dc A-Za-z0-9 </dev/urandom | head -c 32)"
docker compose up --detach 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/). 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. You can safely proceed, if your browser warns you about the insecure self-signed TLS certificate.