Skip to content

Instantly share code, notes, and snippets.

@jamtur01
Created September 25, 2013 22:42
Show Gist options
  • Save jamtur01/6707156 to your computer and use it in GitHub Desktop.
Save jamtur01/6707156 to your computer and use it in GitHub Desktop.
{
"server": {
"accessLog": "/var/log/hipache_access.log",
"port": 80,
"workers": 5,
"maxSockets": 100,
"deadBackendTTL": 30,
"address": ["10.202.30.31"],
"address6": ["fe80::1031:3bff:fe12:1dd1/64"]
},
"redisHost": "127.0.0.1",
"redisPort": 6379,
"redisDatabase": 0,
"redisPassword": "password"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment