Update nginx.conf
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user