Once again try and move openshift behind a apache based balancer instead of haproxy
This commit is contained in:
parent
1a516eb0b3
commit
a07a7818e3
1 changed files with 4 additions and 2 deletions
|
@ -642,7 +642,8 @@
|
|||
- role: httpd/reverseproxy
|
||||
website: os.fedoraproject.org
|
||||
destname: os
|
||||
proxyurl: http://localhost:10064
|
||||
balancer_name: os
|
||||
balancer_members: ['https://os-master01.vpn.fedoraproject.org', 'https://os-master02.vpn.fedoraproject.org', 'https://os-master03.vpn.fedoraproject.org']
|
||||
keephost: true
|
||||
tags:
|
||||
- os.fedoraproject.org
|
||||
|
@ -650,7 +651,8 @@
|
|||
- role: httpd/reverseproxy
|
||||
website: app.os.fedoraproject.org
|
||||
destname: app.os
|
||||
proxyurl: http://localhost:10065
|
||||
balancer_name: app-os
|
||||
balancer_members: ['https://os-node01.vpn.fedoraproject.org', 'https://os-node02.vpn.fedoraproject.org']
|
||||
keephost: true
|
||||
tags:
|
||||
- app.os.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue