mirror of
https://github.com/traefik/traefik.git
synced 2025-08-11 17:17:09 +02:00
Updating Toml to sure PathPrefix instead of Path
This commit is contained in:
parent
153ab8f0fa
commit
77a9613c3a
@ -934,7 +934,7 @@ The Keys-Values structure should look (using `prefix = "/traefik"`):
|
||||
| `/traefik/frontends/frontend2/backend` | `backend1` |
|
||||
| `/traefik/frontends/frontend2/passHostHeader` | `true` |
|
||||
| `/traefik/frontends/frontend2/entrypoints` | `http,https` |
|
||||
| `/traefik/frontends/frontend2/routes/test_2/rule` | `Path:/test` |
|
||||
| `/traefik/frontends/frontend2/routes/test_2/rule` | `PathPrefix:/test` |
|
||||
|
||||
## Atomic configuration changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user