Repository: couchdb Updated Branches: refs/heads/master 3de6a3f1a -> 4bd91069d
haproxy: enable HTTP checking to avoid mochiweb errors Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4bd91069 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4bd91069 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4bd91069 Branch: refs/heads/master Commit: 4bd91069da7e331be35dc31193c13b9ceb8a6965 Parents: 3de6a3f Author: Jan Lehnardt <[email protected]> Authored: Sun Jan 3 17:48:36 2016 +0100 Committer: Jan Lehnardt <[email protected]> Committed: Sun Jan 3 17:48:36 2016 +0100 ---------------------------------------------------------------------- rel/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4bd91069/rel/haproxy.cfg ---------------------------------------------------------------------- diff --git a/rel/haproxy.cfg b/rel/haproxy.cfg index 84a7557..bf31630 100644 --- a/rel/haproxy.cfg +++ b/rel/haproxy.cfg @@ -20,6 +20,7 @@ defaults monitor-uri /_haproxy_health_check option log-health-checks option httplog + option httpchk GET /?haproxy-check balance roundrobin option forwardfor option redispatch
