Browse Source

Add default pools settings to fix issue #47

tags/v0.34.0
Tadas Barzdzius 8 years ago
parent
commit
80f6a98b29
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      php/ng/map.jinja

+ 6
- 1
php/ng/map.jinja View File

'settings': {}, 'settings': {},
}, },
}, },
'pools': {},
'pools': {
'default.conf': {
'enabled': False,
'opts': {},
},
},
}, },
'hhvm': { 'hhvm': {
'service': { 'service': {

Loading…
Cancel
Save