Merge pull request #206 from noelmcloughlin/fixes2

Fix #182 bug
This commit is contained in:
Niels Abspoel 2019-01-25 19:50:54 +01:00 committed by GitHub
commit 2a97b07084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@
'server': {
'opts': {},
'config': {
'worker_processes': 4,
'worker_processes': 'auto',
'events': {
'worker_connections': 768,
},