adding openqa01 to prod haproxy
This commit is contained in:
parent
0429aa4b87
commit
f4080339b8
1 changed files with 5 additions and 0 deletions
|
@ -217,6 +217,11 @@ listen mdapi 0.0.0.0:10043
|
|||
server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /mdapi
|
||||
|
||||
listen openqa 0.0.0.0:10044
|
||||
balance hdr(appserver)
|
||||
server openqa01 openqa01:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /group_overview/1
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue