diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 1e3df553a6..f12eff0300 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -449,7 +449,7 @@ listen os-nodes 0.0.0.0:10065 listen odcs 0.0.0.0:10066 balance hdr(appserver) server odcs-frontend01 odcs-frontend01:80 check inter 20s rise 2 fall 3 - option httpchk GET /odcs/1/composes/ + option httpchk GET /api/1/composes/ {% endif %} # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others.