#!/bin/sh
#
# Checks correctness of haproxy configuration. Ignores the dh-param warning,
# for now, until we are sure we don't have Java 7 clients.
#
#  - m.barnaba@ifad.org  Fri Nov  7 11:30:37 CET 2014
#
haproxy -f /etc/haproxy/haproxy.cfg -c
exit $?
