mirror of
https://github.com/containous/traefik.git
synced 2024-12-23 17:34:13 +03:00
doc: fix a syntax error in ratelimit TOML configuration sample
This commit is contained in:
parent
08b258a2cb
commit
ea8ba87aeb
@ -184,7 +184,7 @@ labels:
|
||||
[http.middlewares]
|
||||
[http.middlewares.test-ratelimit.rateLimit]
|
||||
average = 6
|
||||
period = 1m
|
||||
period = "1m"
|
||||
```
|
||||
|
||||
```yaml tab="File (YAML)"
|
||||
|
Loading…
Reference in New Issue
Block a user