readme fix
This commit is contained in:
parent
ac251b0f69
commit
135126e3f4
@ -485,7 +485,7 @@ The list of reverse DNS suffixes to blacklist when `USE_BLACKLIST_REVERSE` is se
|
|||||||
|
|
||||||
### Requests limiting
|
### Requests limiting
|
||||||
|
|
||||||
`USE_REQ_LIMIT`
|
`USE_LIMIT_REQ`
|
||||||
Values : *yes* | *no*
|
Values : *yes* | *no*
|
||||||
Default value : *yes*
|
Default value : *yes*
|
||||||
If set to yes, the amount of HTTP requests made by a user will be limited during a period of time.
|
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`
|
`LIMIT_REQ_RATE`
|
||||||
Values : *Xr/s* | *Xr/m*
|
Values : *Xr/s* | *Xr/m*
|
||||||
Default value : *20r/s*
|
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`
|
`LIMIT_REQ_BURST`
|
||||||
Values : *<any valid integer\>*
|
Values : *<any valid integer\>*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user