fix the documentation about middleware labels.
This commit is contained in:
parent
ffe69c67fc
commit
ac612734c8
4 changed files with 4 additions and 4 deletions
|
@ -278,7 +278,7 @@ For example, to declare a middleware [`schemeredirect`](../middlewares/redirects
|
|||
...
|
||||
"labels": {
|
||||
"traefik.http.middlewares.my-redirect.schemeredirect.scheme": "https",
|
||||
"traefik.http.routers.middlewares": "my-redirect"
|
||||
"traefik.http.routers.my-container.middlewares": "my-redirect"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue