mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Correct typo in documentation on rate limiting
This commit is contained in:
parent
01c8798e4e
commit
9a4b455c3f
@ -76,12 +76,12 @@ labels:
|
||||
[http.middlewares.test-ratelimit.ratelimit]
|
||||
extractorfunc = "client.ip"
|
||||
|
||||
[http.middlewares.test-ratelimit.ratelimit.rate0]
|
||||
[http.middlewares.test-ratelimit.ratelimit.rateset.rate0]
|
||||
period = "10s"
|
||||
average = 100
|
||||
burst = 200
|
||||
|
||||
[http.middlewares.test-ratelimit.ratelimit.rate1]
|
||||
[http.middlewares.test-ratelimit.ratelimit.rateset.rate1]
|
||||
period = "3s"
|
||||
average = 5
|
||||
burst = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user