From 499a4b49aff799f6713ab1abb81ab32db34b0c51 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 27 Jul 2016 15:59:00 +0200 Subject: [PATCH] pps is port 80 --- roles/haproxy/templates/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 061b9f9dda..45816b859b 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -311,10 +311,10 @@ listen faf 0.0.0.0:10050 {% if env == "staging" %} listen pps 0.0.0.0:10051 balance hdr(appserver) - server mdapi01 mdapi01:8080 check inter 10s rise 1 fall 2 + server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2 option httpchk GET /pps - {% 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. # stunnel should be sitting on port 9939 (public) and redirecting