edit nginx.conf to add limit_conn

This commit is contained in:
thelittlefireman
2021-01-02 14:04:34 +01:00
committed by GitHub
parent cf231e13cb
commit fa935eb6e3

View File

@@ -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%