update nginx conf

Cette révision appartient à :
VirtuBox 2019-02-20 18:22:54 +01:00
Parent 13abb54e38
révision b543bf8a45
3 fichiers modifiés avec 9 ajouts et 5 suppressions

Voir le fichier

@ -4,12 +4,14 @@ worker_cpu_affinity auto;
worker_rlimit_nofile 100000;
pid /run/nginx.pid;
pcre_jit on;
events
{
worker_connections 16384;
multi_accept on;
worker_connections 50000;
accept_mutex on;
use epoll;
}
http
{

Voir le fichier

@ -4,10 +4,13 @@ worker_cpu_affinity auto;
worker_rlimit_nofile 100000;
pid /run/nginx.pid;
pcre_jit on;
events
{
worker_connections 16384;
multi_accept on;
worker_connections 50000;
accept_mutex on;
use epoll;
}

Voir le fichier

@ -10,8 +10,7 @@ events
{
multi_accept on;
worker_connections 50000;
accept_mutex off;
accept_mutex_delay 200ms;
accept_mutex on;
use epoll;
}