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

Fix Rewrite-target regex

This commit is contained in:
Daniel Tomcej
2018-07-31 01:08:03 -06:00
committed by Traefiker Bot
parent 7d2b7cd7f1
commit ba3a579d07
2 changed files with 2 additions and 2 deletions

View File

@@ -1410,7 +1410,7 @@ rateset:
frontend("rewrite/api",
passHostHeader(),
routes(
route("/api", "PathPrefix:/api;ReplacePathRegex: ^/api/(.*) /$1"),
route("/api", "PathPrefix:/api;ReplacePathRegex: ^/api(.*) $1"),
route("rewrite", "Host:rewrite")),
),
frontend("error-pages/errorpages",