fix typo for stripPrefix in tab File (YAML)
This commit is contained in:
parent
d1c3372dc4
commit
2042fdf3bd
1 changed files with 3 additions and 2 deletions
|
@ -624,8 +624,9 @@ with the path `/admin` stripped, e.g. to `http://<IP>:<port>/`. In this case, yo
|
|||
|
||||
middlewares:
|
||||
admin-stripprefix:
|
||||
addPrefix:
|
||||
prefix: "/admin"
|
||||
stripPrefix:
|
||||
prefixes:
|
||||
- "/admin"
|
||||
|
||||
# ...
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue