doc: fix a syntax error in ratelimit TOML configuration sample
This commit is contained in:
parent
08b258a2cb
commit
ea8ba87aeb
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue