Use auto
on nginx configs
Let nginx work it out, and default to 1 per core
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
worker_processes {{ ansible_processor_nproc }};
|
||||
worker_processes auto;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
Reference in New Issue
Block a user