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:
Niels Abspoel 2019-12-22 23:39:57 +01:00 committed by GitHub
commit 63699c6bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@
'config': {
'worker_processes': 'auto',
'events': {
'worker_connections': 768,
'worker_connections': 512,
},
'http': {
'sendfile': 'on',