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

@ -12,7 +12,7 @@ The Compress middleware enables the gzip compression.
```yaml tab="Docker"
# Enable gzip compression
labels:
- "traefik.http.middlewares.test-compress.compress=true",
- "traefik.http.middlewares.test-compress.compress=true"
```
```toml tab="File"