1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-12 07:33:19 +03:00

fix: an example code error in doc

This commit is contained in:
Avtion
2021-08-16 16:08:08 +08:00
committed by GitHub
parent e73dd31619
commit fd4ba585ee

View File

@@ -28,8 +28,8 @@ A Story of key & values
| Key (Path) | Value |
|-----------------------------------------------|-------------|
| `traefik.http.routers.myrouter.entrypoints/0` | `web` |
| `traefik.http.routers.myrouter.entrypoints/1` | `websecure` |
| `traefik/http/routers/myrouter/entrypoints/0` | `web` |
| `traefik/http/routers/myrouter/entrypoints/1` | `websecure` |
??? info "`traefik/http/routers/<router_name>/middlewares`"