mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Fixed a typo in label.
This commit is contained in:
parent
1800b0b69c
commit
022d14abe1
@ -22,7 +22,7 @@ whoami:
|
||||
# Create a middleware named `foo-add-prefix`
|
||||
- "traefik.http.middlewares.foo-add-prefix.addprefix.prefix=/foo"
|
||||
# Apply the middleware named `foo-add-prefix` to the router named `router1`
|
||||
- "traefik.http.router.router1.middlewares=foo-add-prefix@docker"
|
||||
- "traefik.http.routers.router1.middlewares=foo-add-prefix@docker"
|
||||
```
|
||||
|
||||
```yaml tab="Kubernetes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user