From 15a506191d0cf9eb4d1e1b0da5422bb6773b021c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 25 Sep 2017 18:31:05 +0000 Subject: [PATCH] Remove erroneous host from stg haproxy config. --- roles/haproxy/templates/haproxy.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 5f759c0d6f..b9cb807ad2 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -446,7 +446,6 @@ 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 - server odcs-frontend02 odcs-frontend02:80 check inter 20s rise 2 fall 3 option httpchk GET /odcs/1/composes/ {% endif %} # Apache doesn't handle the initial connection here like the other proxy