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;