fix(map.jinja): use upstream default for worker_connections

* Close #261
* https://nginx.org/en/docs/ngx_core_module.html#worker_connections
This commit is contained in:
Imran Iqbal 2019-12-22 14:59:12 +00:00
parent facbaa1e39
commit 49caf8cd69
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

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