1
0
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:
Doctori
2019-02-05 17:30:07 +01:00
committed by Traefiker Bot
parent 67704e333d
commit 6a4c7796e3
2 changed files with 6 additions and 2 deletions

View File

@@ -1686,7 +1686,7 @@ rateset:
),
frontend("root3",
passHostHeader(),
redirectRegex("root3$", "root3/root"),
redirectRegex("root3/$", "root3/root"),
routes(
route("root3", "Host:root3"),
),