From e088283bfb4bb7f563a37935ce10b87dfa1a1d67 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 5 Oct 2017 18:02:31 +0000 Subject: [PATCH] URL change for odcs. --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.