From fa935eb6e375c663cd7198db936bb51070ff0c9b Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Sat, 2 Jan 2021 14:04:34 +0100 Subject: [PATCH] edit nginx.conf to add limit_conn --- confs/global/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/confs/global/nginx.conf b/confs/global/nginx.conf index 4306573..a266cd7 100644 --- a/confs/global/nginx.conf +++ b/confs/global/nginx.conf @@ -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%