mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 01:18:26 +00:00
edit nginx.conf to add limit_conn
This commit is contained in:
parent
cf231e13cb
commit
fa935eb6e3
1 changed files with 3 additions and 0 deletions
|
|
@ -88,6 +88,9 @@ http {
|
|||
# shared memory zone for limit_req
|
||||
%LIMIT_REQ_ZONE%
|
||||
|
||||
# shared memory zone for limit_conn
|
||||
%LIMIT_CONN_ZONE%
|
||||
|
||||
# whitelist or blacklist country
|
||||
%USE_COUNTRY%
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue