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

@@ -235,7 +235,12 @@
'settings': {},
},
},
'pools': {},
'pools': {
'default.conf': {
'enabled': False,
'opts': {},
},
},
},
'hhvm': {
'service': {

Loading…
Cancel
Save