adjust default worker count
This commit is contained in:
parent
c8e2b0eeaf
commit
9310f7e660
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class nginx::config(
|
|||
$types_hash_bucket_size = 512,
|
||||
$types_hash_max_size = 1024,
|
||||
$worker_connections = 1024,
|
||||
$worker_processes = 0,
|
||||
$worker_processes = 1,
|
||||
$worker_rlimit_nofile = 1024,
|
||||
### END Nginx Configuration ###
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue