Fix Rewrite-target regex
This commit is contained in:
parent
7d2b7cd7f1
commit
ba3a579d07
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue