forked from Ivasoft/traefik
fix typo for stripPrefix in tab File (YAML)
This commit is contained in:
@@ -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"
|
||||
|
||||
# ...
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user