diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/nginx/files/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nginx/files/nginx.conf b/roles/nginx/files/nginx.conf index 66d609a..a4d624c 100644 --- a/roles/nginx/files/nginx.conf +++ b/roles/nginx/files/nginx.conf @@ -2,7 +2,7 @@ user http; # Set number of worker processes to number of available CPU cores. -worker_processes 1; +worker_processes auto; # Log errors in a separate file. error_log /var/log/nginx/error.log; |