Add proxy configuration for Koschei staging
This commit is contained in:
parent
c61a0adcf5
commit
7d480abcbf
4 changed files with 27 additions and 0 deletions
|
@ -186,6 +186,8 @@ listen kerneltest 0.0.0.0:10038
|
|||
server kerneltest01 kerneltest01:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /kerneltest
|
||||
|
||||
# 10040 is reserved for koschei
|
||||
|
||||
# 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
|
||||
|
|
|
@ -174,6 +174,11 @@ listen mirrormanager2 0.0.0.0:10039
|
|||
server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3
|
||||
option httpchk GET /mirrormanager2
|
||||
|
||||
listen koschei 0.0.0.0:10040
|
||||
balance hdr(appserver)
|
||||
server koschei01 koschei01:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /koschei/
|
||||
|
||||
# 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