From 19d0f8ffbf7ad6205796ca0fb55121b302389d88 Mon Sep 17 00:00:00 2001 From: "St. Isidore de Seville" Date: Sat, 29 Aug 2015 21:05:56 -0400 Subject: [PATCH] fix #113 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index be0c71c..8741ab9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,7 +11,7 @@ user www www; # The maximum number of connections for Nginx is calculated by: # max_clients = worker_processes * worker_connections -worker_processes 2; +worker_processes auto; # Maximum open file descriptors per process; # should be > worker_connections.