Proxy darkserver
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bc3bacacbc
commit
4a031d01e5
2 changed files with 9 additions and 10 deletions
|
@ -79,12 +79,11 @@ listen mirrormanager 0.0.0.0:10008
|
|||
server mm-frontend02 mm-frontend02:80 check inter 60s rise 2 fall 3
|
||||
option httpchk GET /mirrormanager/static/mirrormanager2.css
|
||||
|
||||
## This is bodhi1.. removed for the bodhi2 migration.
|
||||
##listen bodhi 0.0.0.0:10009
|
||||
## balance hdr(appserver)
|
||||
## server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3
|
||||
## server bodhi02 bodhi02:80 check inter 20s rise 2 fall 3
|
||||
## option httpchk GET /updates/nagios
|
||||
listen darkserver 0.0.0.0:10009
|
||||
balance hdr(appserver)
|
||||
#server darkserver01 darkserver01:80 check inter 20s rise 2 fall 3
|
||||
server darkserver02 darkserver02:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /
|
||||
|
||||
listen bodhi2 0.0.0.0:10010
|
||||
balance hdr(appserver)
|
||||
|
|
|
@ -67,10 +67,10 @@ listen mirrormanager 0.0.0.0:10008
|
|||
server mm-frontend01 mm-frontend01:80 check inter 60s rise 2 fall 3
|
||||
option httpchk GET /mirrormanager/static/mirrormanager2.css
|
||||
|
||||
#listen bodhi 0.0.0.0:10009
|
||||
# balance hdr(appserver)
|
||||
# server bodhi01 bodhi01:80 check inter 20s rise 2 fall 3
|
||||
# option httpchk GET /updates/nagios
|
||||
listen darkserver 0.0.0.0:10009
|
||||
balance hdr(appserver)
|
||||
server darkserver01 darkserver01:80 check inter 20s rise 2 fall 3
|
||||
option httpchk GET /
|
||||
|
||||
listen bodhi2 0.0.0.0:10010
|
||||
balance hdr(appserver)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue