diff --git a/stack/erp5/buildout.cfg b/stack/erp5/buildout.cfg
index 225b399c84bbbec77a62e998738d243b1b4aa145..f0ee2a912795a1efa1e0f97c28905b6676043dd9 100644
--- a/stack/erp5/buildout.cfg
+++ b/stack/erp5/buildout.cfg
@@ -269,7 +269,7 @@ extra-context =
 [template-erp5]
 < = download-base
 filename = instance-erp5.cfg.in
-md5sum = 7ee011ae179a07f6d272d140e743d80d
+md5sum = 2988a87bedd1bb932929904e2523d2ff
 
 [template-neo]
 < = download-base
diff --git a/stack/erp5/instance-erp5.cfg.in b/stack/erp5/instance-erp5.cfg.in
index 9f229363e6d10bffecfa14c3d6f2b7c2a4f33f2d..b6548781c7946a13d687d4a6ae1bc7724c9cf655 100644
--- a/stack/erp5/instance-erp5.cfg.in
+++ b/stack/erp5/instance-erp5.cfg.in
@@ -148,7 +148,7 @@ config-{{ name }} = {{ ' ${' ~ zope_section_id ~ ':connection-zope-address-list}
 {% endfor -%}
 # XXX: should those really be same for all families ?
 config-haproxy-maxconn = {{ slapparameter_dict.get('haproxy-maxconn', 1) }}
-config-haproxy-server-check-path = {{ slapparameter_dict.get('haproxy-server-check-path', '/') % {'site-id': site_id} }}
+config-haproxy-server-check-path = {{ slapparameter_dict.get('haproxy-server-check-path', '/%(site_id)s/getId') % {'site-id': site_id} }}
 config-apache-access-control-string = {{ slapparameter_dict.get('apache-access-control-string', 'all') }}
 config-apache-ssl-authentication = {{ slapparameter_dict.get('apache-ssl-authentication', '0') }}
 config-apache-backend-path = {{ slapparameter_dict.get('apache-backend-path', '/') % {'site-id': site_id} }}