1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-18 03:33:19 +03:00

Correct typo in documentation on rate limiting

This commit is contained in:
Andreas Bleuler
2019-06-12 17:22:07 +02:00
committed by Traefiker Bot
parent 01c8798e4e
commit 9a4b455c3f

View File

@@ -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