Browse Source

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

* Close #261
* https://nginx.org/en/docs/ngx_core_module.html#worker_connections
tags/v2.3.3
Imran Iqbal 5 years ago
parent
commit
49caf8cd69
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/map.jinja

+ 1
- 1
nginx/map.jinja View File

'config': { 'config': {
'worker_processes': 'auto', 'worker_processes': 'auto',
'events': { 'events': {
'worker_connections': 768,
'worker_connections': 512,
}, },
'http': { 'http': {
'sendfile': 'on', 'sendfile': 'on',

Loading…
Cancel
Save