forked from Ivasoft/traefik
doc: fix a syntax error in ratelimit TOML configuration sample
This commit is contained in:
@@ -184,7 +184,7 @@ labels:
|
|||||||
[http.middlewares]
|
[http.middlewares]
|
||||||
[http.middlewares.test-ratelimit.rateLimit]
|
[http.middlewares.test-ratelimit.rateLimit]
|
||||||
average = 6
|
average = 6
|
||||||
period = 1m
|
period = "1m"
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml tab="File (YAML)"
|
```yaml tab="File (YAML)"
|
||||||
|
|||||||
Reference in New Issue
Block a user