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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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%