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",