mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
fix typo for stripPrefix in tab File (YAML)
This commit is contained in:
parent
d1c3372dc4
commit
2042fdf3bd
@ -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…
x
Reference in New Issue
Block a user