From 135126e3f48550600231f4836358d8b871feac1c Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 16 Oct 2020 09:16:16 +0200 Subject: [PATCH] readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8c8849..36fcb0b 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ The list of reverse DNS suffixes to blacklist when `USE_BLACKLIST_REVERSE` is se ### Requests limiting -`USE_REQ_LIMIT` +`USE_LIMIT_REQ` Values : *yes* | *no* Default value : *yes* If set to yes, the amount of HTTP requests made by a user will be limited during a period of time. @@ -494,7 +494,7 @@ More info rate limiting [here](https://www.nginx.com/blog/rate-limiting-nginx/). `LIMIT_REQ_RATE` Values : *Xr/s* | *Xr/m* Default value : *20r/s* -The rate limit to apply when `USE_REQ_LIMIT` is set to *yes*. Default is 10 requests per second. +The rate limit to apply when `USE_LIMIT_REQ` is set to *yes*. Default is 10 requests per second. `LIMIT_REQ_BURST` Values : **