Browse Source

Merge pull request #206 from noelmcloughlin/fixes2

Fix #182 bug
tags/v0.55.0
Niels Abspoel 6 years ago
parent
commit
2a97b07084
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/ng/map.jinja

+ 1
- 1
nginx/ng/map.jinja View File

'server': { 'server': {
'opts': {}, 'opts': {},
'config': { 'config': {
'worker_processes': 4,
'worker_processes': 'auto',
'events': { 'events': {
'worker_connections': 768, 'worker_connections': 768,
}, },

Loading…
Cancel
Save