Update nginx.conf

This commit is contained in:
ƬHE ЯAW ☣
2022-03-19 02:56:52 +01:00
committed by GitHub
parent f7f5071b00
commit 0de5558676
+5
View File
@@ -5,6 +5,11 @@ user nginx;
pid /var/run/nginx.pid; pid /var/run/nginx.pid;
worker_processes auto; worker_processes auto;
worker_rlimit_nofile 65535; 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 { events {
multi_accept on; multi_accept on;
use epoll; use epoll;