fix: an example code error in doc
This commit is contained in:
parent
e73dd31619
commit
fd4ba585ee
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ A Story of key & values
|
||||||
|
|
||||||
| Key (Path) | Value |
|
| Key (Path) | Value |
|
||||||
|-----------------------------------------------|-------------|
|
|-----------------------------------------------|-------------|
|
||||||
| `traefik.http.routers.myrouter.entrypoints/0` | `web` |
|
| `traefik/http/routers/myrouter/entrypoints/0` | `web` |
|
||||||
| `traefik.http.routers.myrouter.entrypoints/1` | `websecure` |
|
| `traefik/http/routers/myrouter/entrypoints/1` | `websecure` |
|
||||||
|
|
||||||
??? info "`traefik/http/routers/<router_name>/middlewares`"
|
??? info "`traefik/http/routers/<router_name>/middlewares`"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue