From 0de55586760832385afa5074053ebe640f50a411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 19 Mar 2022 02:56:52 +0100 Subject: [PATCH] Update nginx.conf --- static/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/nginx.conf b/static/nginx.conf index 3823620..581f716 100644 --- a/static/nginx.conf +++ b/static/nginx.conf @@ -5,6 +5,11 @@ user nginx; pid /var/run/nginx.pid; worker_processes auto; worker_rlimit_nofile 65535; + +load_module /nginx/modules/ngx_http_modsecurity_module.so; +load_module /nginx/modules/ngx_http_naxsi_module.so; +load_module /nginx/modules/ngx_http_testcookie_access_module.so; + events { multi_accept on; use epoll;