A sample config file for HAProxy has been installed in
/etc/haproxy, edit it to your site's needs.

To start, add the following to /etc/rc.local:

if [ -x /usr/local/sbin/haproxy ]; then
	/usr/local/sbin/haproxy -f /etc/haproxy/haproxy.cfg
	echo -n ' haproxy'
fi
