Correct typo in documentation on rate limiting
This commit is contained in:
parent
01c8798e4e
commit
9a4b455c3f
1 changed files with 2 additions and 2 deletions
|
@ -76,12 +76,12 @@ labels:
|
||||||
[http.middlewares.test-ratelimit.ratelimit]
|
[http.middlewares.test-ratelimit.ratelimit]
|
||||||
extractorfunc = "client.ip"
|
extractorfunc = "client.ip"
|
||||||
|
|
||||||
[http.middlewares.test-ratelimit.ratelimit.rate0]
|
[http.middlewares.test-ratelimit.ratelimit.rateset.rate0]
|
||||||
period = "10s"
|
period = "10s"
|
||||||
average = 100
|
average = 100
|
||||||
burst = 200
|
burst = 200
|
||||||
|
|
||||||
[http.middlewares.test-ratelimit.ratelimit.rate1]
|
[http.middlewares.test-ratelimit.ratelimit.rateset.rate1]
|
||||||
period = "3s"
|
period = "3s"
|
||||||
average = 5
|
average = 5
|
||||||
burst = 10
|
burst = 10
|
||||||
|
|
Loading…
Reference in a new issue