Move mdapi to run at port 8080
This commit is contained in:
parent
a7c5df7324
commit
e9c9707c51
2 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ listen statscache 0.0.0.0:10042
|
||||||
|
|
||||||
listen mdapi 0.0.0.0:10043
|
listen mdapi 0.0.0.0:10043
|
||||||
balance hdr(appserver)
|
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
|
option httpchk GET /mdapi
|
||||||
|
|
||||||
listen openqa 0.0.0.0:10044
|
listen openqa 0.0.0.0:10044
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
HOST = '*'
|
HOST = '*'
|
||||||
PORT = '80'
|
PORT = '8080'
|
||||||
PREFIX = '/mdapi'
|
PREFIX = '/mdapi'
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue