Let's server mdapi at /mdapi

This commit is contained in:
Pierre-Yves Chibon 2015-11-10 11:57:09 +01:00
parent 6c6421fabd
commit 76cf6ef15d
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,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
option httpchk GET /
option httpchk GET /mdapi
# 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.