Correct App-Root kubernetes behavior

This commit is contained in:
Daniel Tomcej 2018-07-12 07:20:04 -06:00 committed by Traefiker Bot
parent 031451abab
commit 7ff9193cf5
3 changed files with 18 additions and 21 deletions

View file

@ -1470,8 +1470,9 @@ rateset:
),
frontend("root/",
passHostHeader(),
redirectRegex("root/$", "root/root"),
routes(
route("/", "PathPrefix:/;ReplacePath:/root"),
route("/", "PathPrefix:/"),
route("root", "Host:root"),
),
),