diff --git a/docs/content/operations/dashboard.md b/docs/content/operations/dashboard.md index d22356608..1cfecd275 100644 --- a/docs/content/operations/dashboard.md +++ b/docs/content/operations/dashboard.md @@ -10,7 +10,9 @@ The dashboard is the central place that shows you the current active routes hand
The dashboard in action
-By default, the dashboard is available on `/` on port `:8080`. +By default, the dashboard is available on `/dashboard` on port `:8080`. +There is also a redirect of `/` to `/dashboard`, but one should not rely on that property as it is bound to change, +and it might make for confusing routing rules anyway. !!! note "Did You Know?" It is possible to customize the dashboard endpoint.