From e9c9707c51ae0808a96cbae3f59a56b241dd862f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 27 Jul 2016 14:20:04 +0200 Subject: [PATCH] Move mdapi to run at port 8080 --- roles/haproxy/templates/haproxy.cfg | 2 +- roles/mdapi/templates/mdapi.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 172ae28aa3..fde1846b7b 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -261,7 +261,7 @@ listen statscache 0.0.0.0:10042 listen mdapi 0.0.0.0:10043 balance hdr(appserver) - server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2 + server mdapi01 mdapi01:8080 check inter 10s rise 1 fall 2 option httpchk GET /mdapi listen openqa 0.0.0.0:10044 diff --git a/roles/mdapi/templates/mdapi.cfg b/roles/mdapi/templates/mdapi.cfg index ad58a9db04..270ec0d7fe 100644 --- a/roles/mdapi/templates/mdapi.cfg +++ b/roles/mdapi/templates/mdapi.cfg @@ -1,5 +1,5 @@ HOST = '*' -PORT = '80' +PORT = '8080' PREFIX = '/mdapi' {% if env == 'staging' %}