From a59dbc4c79a7113ed5c73ff5b6f9035edb5eea26 Mon Sep 17 00:00:00 2001 From: Romain Date: Fri, 4 Mar 2022 11:24:07 +0100 Subject: [PATCH] Adjust rule length in routers documentation --- docs/content/routing/routers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/routing/routers/index.md b/docs/content/routing/routers/index.md index b5445c8b4..4abc03a06 100644 --- a/docs/content/routing/routers/index.md +++ b/docs/content/routing/routers/index.md @@ -314,7 +314,7 @@ A value of `0` for the priority is ignored: `priority = 0` means that the defaul | Name | Rule | Priority | |----------|----------------------------------------------------|----------| - | Router-1 | ```HostRegexp(`{subdomain:[a-z]+}.traefik.com`)``` | 30 | + | Router-1 | ```HostRegexp(`{subdomain:[a-z]+}.traefik.com`)``` | 44 | | Router-2 | ```Host(`foobar.traefik.com`)``` | 26 | The previous table shows that `Router-1` has a higher priority than `Router-2`.