forked from Ivasoft/traefik
Use the same case everywhere
This commit is contained in:
committed by
Traefiker Bot
parent
f6436663eb
commit
c7d336f958
@@ -43,8 +43,8 @@ labels:
|
||||
```toml tab="File"
|
||||
# Strip prefix /foobar and /fiibar
|
||||
[http.middlewares]
|
||||
[http.middlewares.test-stripprefix.StripPrefix]
|
||||
prefixes = ["/foobar", "/fiibar"]
|
||||
[http.middlewares.test-stripprefix.stripPrefix]
|
||||
prefixes = ["/foobar", "/fiibar"]
|
||||
```
|
||||
|
||||
## Configuration Options
|
||||
|
||||
Reference in New Issue
Block a user