Correct App-Root kubernetes behavior
This commit is contained in:
parent
031451abab
commit
7ff9193cf5
3 changed files with 18 additions and 21 deletions
|
@ -1470,8 +1470,9 @@ rateset:
|
|||
),
|
||||
frontend("root/",
|
||||
passHostHeader(),
|
||||
redirectRegex("root/$", "root/root"),
|
||||
routes(
|
||||
route("/", "PathPrefix:/;ReplacePath:/root"),
|
||||
route("/", "PathPrefix:/"),
|
||||
route("root", "Host:root"),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue