Browse Source

fix typo

pull/2120/head
Bernd Storath 5 days ago
parent
commit
ec6f0423ca
No known key found for this signature in database GPG Key ID: D6C85685A555540F
  1. 2
      docs/content/examples/tutorials/caddy.md
  2. 2
      docs/content/examples/tutorials/traefik.md

2
docs/content/examples/tutorials/caddy.md

@ -7,7 +7,7 @@ title: Caddy
This guide is opinionated. If you use other conventions or folder layouts, feel free to change the commands and paths. This guide is opinionated. If you use other conventions or folder layouts, feel free to change the commands and paths.
/// ///
We're using [Caddy](https://caddyserver.com/) here as reserve proxy to serve `wg-easy` on [https://wg-easy.example.com](https://wg-easy.example.com) via TLS. We're using [Caddy](https://caddyserver.com/) here as reverse proxy to serve `wg-easy` on [https://wg-easy.example.com](https://wg-easy.example.com) via TLS.
## Create a docker composition for `caddy` ## Create a docker composition for `caddy`

2
docs/content/examples/tutorials/traefik.md

@ -144,7 +144,7 @@ sudo docker network create traefik
sudo docker compose up -d sudo docker compose up -d
``` ```
You can no access the Traefik dashboard at `https://traefik.$example.com$` with the credentials you set in `traefik_dynamic.yml`. You can now access the Traefik dashboard at `https://traefik.$example.com$` with the credentials you set in `traefik_dynamic.yml`.
## Add Labels to `wg-easy` ## Add Labels to `wg-easy`

Loading…
Cancel
Save