Add freshmaker to haproxy.
This commit is contained in:
parent
5caf19ea91
commit
1b0742d155
1 changed files with 9 additions and 0 deletions
|
@ -642,6 +642,15 @@ backend odcs-backend
|
||||||
server odcs-frontend01 odcs-frontend01:80 check inter 20s rise 2 fall 3
|
server odcs-frontend01 odcs-frontend01:80 check inter 20s rise 2 fall 3
|
||||||
option httpchk GET /api/1/composes/
|
option httpchk GET /api/1/composes/
|
||||||
|
|
||||||
|
frontend freshmaker-frontend
|
||||||
|
bind 0.0.0.0:10067
|
||||||
|
default_backend freshmaker-backend
|
||||||
|
|
||||||
|
backend freshmaker-backend
|
||||||
|
balance hdr(appserver)
|
||||||
|
server freshmaker-frontend01 freshmaker-frontend01:80 check inter 20s rise 2 fall 3
|
||||||
|
option httpchk GET /api/1/builds/
|
||||||
|
|
||||||
# Apache doesn't handle the initial connection here like the other proxy
|
# 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.
|
# entries. This proxy also doesn't use the http mode like the others.
|
||||||
# stunnel should be sitting on port 9939 (public) and redirecting
|
# stunnel should be sitting on port 9939 (public) and redirecting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue