mirror of
https://github.com/containous/traefik.git
synced 2025-10-16 23:33:20 +03:00
app-root on non-explicit path include "/" in the redirect
This commit is contained in:
@@ -1686,7 +1686,7 @@ rateset:
|
||||
),
|
||||
frontend("root3",
|
||||
passHostHeader(),
|
||||
redirectRegex("root3$", "root3/root"),
|
||||
redirectRegex("root3/$", "root3/root"),
|
||||
routes(
|
||||
route("root3", "Host:root3"),
|
||||
),
|
||||
|
Reference in New Issue
Block a user