Merge pull request #262 from myii/fix/use-upstream-default-worker_connections
fix(map.jinja): use upstream default for `worker_connections`
This commit is contained in:
commit
63699c6bff
@ -130,7 +130,7 @@
|
|||||||
'config': {
|
'config': {
|
||||||
'worker_processes': 'auto',
|
'worker_processes': 'auto',
|
||||||
'events': {
|
'events': {
|
||||||
'worker_connections': 768,
|
'worker_connections': 512,
|
||||||
},
|
},
|
||||||
'http': {
|
'http': {
|
||||||
'sendfile': 'on',
|
'sendfile': 'on',
|
||||||
|
Loading…
Reference in New Issue
Block a user