Proposing a small update to documentation

This commit is contained in:
Wim Fournier
2019-01-03 18:30:05 +01:00
committed by Traefiker Bot
parent 4db0dd9a7f
commit 0e643f06a3

View File

@@ -252,6 +252,11 @@ In the above example, frontend1 is configured to limit requests by the client's
An average of 5 requests every 3 seconds is allowed and an average of 100 requests every 10 seconds.
These can "burst" up to 10 and 200 in each period respectively.
Valid values for `extractorfunc` are:
* `client.ip`
* `request.host`
* `request.header.<header name>`
## Buffering
In some cases request/buffering can be enabled for a specific backend.