Move mdapi to run at port 8080

This commit is contained in:
Pierre-Yves Chibon 2016-07-27 14:20:04 +02:00
parent a7c5df7324
commit e9c9707c51
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
HOST = '*'
PORT = '80'
PORT = '8080'
PREFIX = '/mdapi'
{% if env == 'staging' %}