From e633799c142009cc0ea2a4bd1f55a4331da619e0 Mon Sep 17 00:00:00 2001 From: Wim Fournier Date: Thu, 3 Jan 2019 18:30:05 +0100 Subject: [PATCH] Proposing a small update to documentation --- docs/configuration/commons.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configuration/commons.md b/docs/configuration/commons.md index 6460bbc61..33e5e0144 100644 --- a/docs/configuration/commons.md +++ b/docs/configuration/commons.md @@ -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.
` ## Buffering