From 82fdc569c2e5b279d29a08f627daf29d013a5c7b Mon Sep 17 00:00:00 2001 From: Tom Moulard Date: Wed, 1 Dec 2021 15:58:05 +0100 Subject: [PATCH] docs: removing typo in consul-catalog provider doc --- docs/content/routing/providers/consul-catalog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/routing/providers/consul-catalog.md b/docs/content/routing/providers/consul-catalog.md index 3bd44e04e..1431ad71c 100644 --- a/docs/content/routing/providers/consul-catalog.md +++ b/docs/content/routing/providers/consul-catalog.md @@ -63,7 +63,7 @@ For example, to change the rule, you could add the tag ```traefik.http.routers.m See [tls](../routers/index.md#tls) for more information. ```yaml - traefik.http.routers.myrouter>.tls=true + traefik.http.routers.myrouter.tls=true ``` ??? info "`traefik.http.routers..tls.certresolver`" @@ -136,7 +136,7 @@ you'd add the tag `traefik.http.services.{name-of-your-choice}.loadbalancer.pass See [serverstransport](../services/index.md#serverstransport) for more information. ```yaml - traefik.http.services..loadbalancer.serverstransport=foobar@file + traefik.http.services.myservice.loadbalancer.serverstransport=foobar@file ``` ??? info "`traefik.http.services..loadbalancer.passhostheader`"