fix typo for stripPrefix in tab File (YAML)

This commit is contained in:
sumarsono 2019-10-21 04:40:03 +07:00 committed by Traefiker Bot
parent d1c3372dc4
commit 2042fdf3bd

View file

@ -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"
# ...
```