From 7743446f2c1482e1a1e010e459d317c41e926069 Mon Sep 17 00:00:00 2001 From: cyrnel Date: Mon, 15 Sep 2025 17:19:11 -0400 Subject: [PATCH] Remove link to real website --- docs/operators/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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**