Add USE_CONN_LIMIT info to Readme.md
and fix small typo
This commit is contained in:
parent
b093a47554
commit
65120a7e97
23
README.md
23
README.md
@ -1085,7 +1085,7 @@ The rate limit to apply when `USE_LIMIT_REQ` is set to *yes*. Default is 10 requ
|
|||||||
Values : *<any valid integer\>*
|
Values : *<any valid integer\>*
|
||||||
Default value : *40*
|
Default value : *40*
|
||||||
Context : *global*, *multisite*
|
Context : *global*, *multisite*
|
||||||
The number of of requests to put in queue before rejecting requests.
|
The number of requests to put in queue before rejecting requests.
|
||||||
|
|
||||||
`LIMIT_REQ_CACHE`
|
`LIMIT_REQ_CACHE`
|
||||||
Values : *Xm* | *Xk*
|
Values : *Xm* | *Xk*
|
||||||
@ -1093,6 +1093,27 @@ Default value : *10m*
|
|||||||
Context : *global*
|
Context : *global*
|
||||||
The size of the cache to store information about request limiting.
|
The size of the cache to store information about request limiting.
|
||||||
|
|
||||||
|
### Connections limiting
|
||||||
|
|
||||||
|
`USE_LIMIT_CONN`
|
||||||
|
Values : *yes* | *no*
|
||||||
|
Default value : *yes*
|
||||||
|
Context : *global*, *multisite*
|
||||||
|
If set to yes, the number of connections made by an ip will be limited during a period of time. (ie. Very small/weak ddos protection)
|
||||||
|
More info connections limiting [here](http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html).
|
||||||
|
|
||||||
|
`LIMIT_CONN_MAX`
|
||||||
|
Values : *<any valid integer\>*
|
||||||
|
Default value : *40*
|
||||||
|
Context : *global*, *multisite*
|
||||||
|
The maximum number of connections per ip to put in queue before rejecting requests.
|
||||||
|
|
||||||
|
`LIMIT_CONN_CACHE`
|
||||||
|
Values : *Xm* | *Xk*
|
||||||
|
Default value : *10m*
|
||||||
|
Context : *global*
|
||||||
|
The size of the cache to store information about connection limiting.
|
||||||
|
|
||||||
### Countries
|
### Countries
|
||||||
|
|
||||||
`BLACKLIST_COUNTRY`
|
`BLACKLIST_COUNTRY`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user