Re enable ratelimit integration tests

This commit is contained in:
Michael 2019-09-03 14:34:04 +02:00 committed by Traefiker Bot
parent 3ed57e01a6
commit b8ed6f1588
10 changed files with 41 additions and 79 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

View file

@ -3,8 +3,6 @@
To Control the Number of Requests Going to a Service
{: .subtitle }
![RateLimit](../assets/img/middleware/ratelimit.png)
The RateLimit middleware ensures that services will receive a _fair_ number of requests, and allows you define what is fair.
## Configuration Example