1
0
Fork 0

Review documentation

This commit is contained in:
Ludovic Fernandez 2019-04-24 17:44:04 +02:00 committed by Traefiker Bot
parent c1de6abf23
commit d80700810f
7 changed files with 123 additions and 13 deletions

View file

@ -76,7 +76,7 @@ The file content is a list of `name:encoded-password`.
??? example "A file containing test/test and test2/test2"
```
```txt
test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/
test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0
```
@ -109,6 +109,12 @@ spec:
headerField: X-WebAuth-User
```
```json tab="Marathon"
"labels": {
"traefik.http.middlewares.my-auth.basicauth.headerField": "X-WebAuth-User"
}
```
```toml tab="File"
[http.middlewares.my-auth.basicauth]
# ...