diff --git a/nginx.template.conf b/nginx.template.conf index 7182c7b..fd65858 100644 --- a/nginx.template.conf +++ b/nginx.template.conf @@ -1,5 +1,5 @@ user root; -worker_processes 1; +worker_processes auto; error_log stderr; pid /var/run/nginx.pid;