app-root on non-explicit path include "/" in the redirect
This commit is contained in:
parent
16c283c91a
commit
f0ee2890b2
2 changed files with 6 additions and 2 deletions
|
@ -1712,7 +1712,7 @@ rateset:
|
|||
),
|
||||
frontend("root3",
|
||||
passHostHeader(),
|
||||
redirectRegex("root3$", "root3/root"),
|
||||
redirectRegex("root3/$", "root3/root"),
|
||||
routes(
|
||||
route("root3", "Host:root3"),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue