document that /dashboard should be preferred over /

This commit is contained in:
mpl 2019-09-20 17:08:04 +02:00 committed by Traefiker Bot
parent f929346c18
commit 41aea2e336

View file

@ -10,7 +10,9 @@ The dashboard is the central place that shows you the current active routes hand
<figcaption>The dashboard in action</figcaption>
</figure>
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.