{
"server": {
"debug": true,
"accessLog": "/tmp/hipache-test.log",
"workers": 2,
"maxSockets": 100,
"deadBackendTTL": 30,
"tcpTimeout": 5,
"retryOnError": 0,
"deadBackendOn500": true,
"httpKeepAlive": false
},
"user": "dmp",
"group": "staff",
"http": {
"port": 1080,
"bind": "127.0.0.1"
},
"https": {
"port": 1443,
"bind": "127.0.0.1",
"key": "./test/fixtures/configs/hipache-key.pem",
"cert": "./test/fixtures/configs/hipache-crt.pem"
},
"driver": "redis://127.0.0.1:7777"
}