edit nginx.conf to add limit_conn
This commit is contained in:
parent
cf231e13cb
commit
fa935eb6e3
@ -88,6 +88,9 @@ http {
|
|||||||
# shared memory zone for limit_req
|
# shared memory zone for limit_req
|
||||||
%LIMIT_REQ_ZONE%
|
%LIMIT_REQ_ZONE%
|
||||||
|
|
||||||
|
# shared memory zone for limit_conn
|
||||||
|
%LIMIT_CONN_ZONE%
|
||||||
|
|
||||||
# whitelist or blacklist country
|
# whitelist or blacklist country
|
||||||
%USE_COUNTRY%
|
%USE_COUNTRY%
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user