Proposing a small update to documentation
This commit is contained in:
parent
f7c6c562a5
commit
e633799c14
1 changed files with 6 additions and 1 deletions
|
@ -223,7 +223,12 @@ Multiple sets of rates can be added to each frontend, but the time periods must
|
|||
|
||||
In the above example, frontend1 is configured to limit requests by the client's ip address.
|
||||
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.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue