From ac242c97749ffdffe164a38342d7ebc7de2bc9a4 Mon Sep 17 00:00:00 2001 From: ZILosoft Date: Thu, 15 Oct 2020 20:50:35 +0300 Subject: [PATCH] Update README.md Fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d814490..f8c8849 100644 --- a/README.md +++ b/README.md @@ -491,17 +491,17 @@ Default value : *yes* If set to yes, the amount of HTTP requests made by a user will be limited during a period of time. More info rate limiting [here](https://www.nginx.com/blog/rate-limiting-nginx/). -`REQ_LIMIT_RATE` +`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. -`REQ_LIMIT_BURST` +`LIMIT_REQ_BURST` Values : ** Default value : *40* The number of of requests to put in queue before rejecting requests. -`REQ_LIMIT_CACHE` +`LIMIT_REQ_CACHE` Values : *Xm* | *Xk* Default value : *10m* The size of the cache to store information about request limiting.