* released 1.1.16
* implement HTTP health checks when option "httpchk" is specified.
* put the changelog into a new CHANGELOG file
* updated the Formilux init script
diff --git a/examples/haproxy.cfg b/examples/haproxy.cfg
index 4e8b434..97ef70b 100644
--- a/examples/haproxy.cfg
+++ b/examples/haproxy.cfg
@@ -31,6 +31,7 @@
 	mode	http
 	option	httplog
 	option	dontlognull
+	option	httpchk
 	balance	roundrobin
 	cookie	SERVERID insert indirect nocache
 	server	inst1 192.168.114.56:80 cookie server01 check inter 2000 fall 3