diff --git a/docs/content/middlewares/replacepathregex.md b/docs/content/middlewares/replacepathregex.md index 9a88d976e..acc28f857 100644 --- a/docs/content/middlewares/replacepathregex.md +++ b/docs/content/middlewares/replacepathregex.md @@ -15,7 +15,7 @@ The ReplaceRegex replace a path from an url to another with regex matching and r # Replace path with regex labels: - "traefik.http.middlewares.test-replacepathregex.replacepathregex.regex=^/foo/(.*)" - - "traefik.http.middlewares.test-replacepathregex.replacepathregex.replacement=/bar/$1" + - "traefik.http.middlewares.test-replacepathregex.replacepathregex.replacement=/bar/$$1" ``` ```yaml tab="Kubernetes"