diff --git a/docs/operators/tutorial.md b/docs/operators/tutorial.md index c92972f..a3b1acc 100644 --- a/docs/operators/tutorial.md +++ b/docs/operators/tutorial.md @@ -191,9 +191,9 @@ abra app new traefik ``` Choose your newly registered server and specify a domain name. By default `abra` -will suggest `.server.org` or prompt you with a list of servers. +will suggest `.` or prompt you with a list of servers. -??? question "Should I use www.server.org for traefik?" +??? question "Should I use www for traefik?" Generally no. No one will be directly accessing the traefik domain name unless they want to see the traefik dashboard. You should reserve the `www` or apex domains for apps like [custom-html](https://recipes.coopcloud.tech/custom-html-tiny) which let you host sites. Traefik is just a proxy to other apps! **2. Configure this new `traefix` app**