From 77a9613c3a78767e8ffca6f23bca90c9f3abafdf Mon Sep 17 00:00:00 2001 From: Russell Clare Date: Fri, 15 Apr 2016 15:00:27 +0100 Subject: [PATCH] Updating Toml to sure PathPrefix instead of Path --- docs/toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/toml.md b/docs/toml.md index c3aa5f4f0..0d71cd995 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -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