diff --git a/docs/content/middlewares/http/overview.md b/docs/content/middlewares/http/overview.md index 50692ae5e..65350dc3a 100644 --- a/docs/content/middlewares/http/overview.md +++ b/docs/content/middlewares/http/overview.md @@ -84,7 +84,7 @@ labels: # As TOML Configuration File [http.routers] [http.routers.router1] - service = "myService" + service = "service1" middlewares = ["foo-add-prefix"] rule = "Host(`example.com`)" @@ -105,7 +105,7 @@ labels: http: routers: router1: - service: myService + service: service1 middlewares: - "foo-add-prefix" rule: "Host(`example.com`)"