fix: dashboard redirect loop

This commit is contained in:
Ludovic Fernandez 2019-12-24 17:36:04 +01:00 committed by Traefiker Bot
parent c127d34d32
commit b380522df8
4 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@
"middlewares": {
"dashboard_redirect@internal": {
"redirectRegex": {
"regex": "^(http:\\/\\/[^:]+(:\\d+)?)/$",
"regex": "^(http:\\/\\/[^:\\/]+(:\\d+)?)\\/$",
"replacement": "${1}/dashboard/",
"permanent": true
},