1
0
Fork 0

fix: remove invalid commas.

This commit is contained in:
Ludovic Fernandez 2019-04-01 17:56:04 +02:00 committed by Traefiker Bot
parent 58e82743f8
commit 883f90dded
6 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ The DigestAuth middleware is a quick way to restrict access to your services to
```yaml tab="Docker"
labels:
- "traefik.http.middlewares.declared-users-only.digestauth.usersFile=path-to-file.ext",
- "traefik.http.middlewares.declared-users-only.digestauth.usersFile=path-to-file.ext"
```
```toml tab="File"