diff --git a/conf/nginx.conf b/conf/nginx.conf index 2cce92d..b1ad027 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ -user nginx; -worker_processes auto; +user nginx; +worker_processes 2; error_log /dev/stderr notice; pid /var/run/nginx.pid;