try and move staging openshift to use native apache proxying for h2 support
This commit is contained in:
parent
31361624b7
commit
1663744eae
1 changed files with 22 additions and 0 deletions
|
@ -655,6 +655,28 @@
|
|||
tags:
|
||||
- app.os.fedoraproject.org
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: os.stg.fedoraproject.org
|
||||
destname: os
|
||||
proxyurl: https://os.stg.phx2.fedoraproject.org
|
||||
balancer_name: os-stg
|
||||
balancer_members: ['https://os-master01.stg.phx2.fedoraproject.org', 'https://os-master02.stg.phx2.fedoraproject.org', 'https://os-master03.stg.phx2.fedoraproject.org']
|
||||
keephost: true
|
||||
tags:
|
||||
- os.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: app.os.stg.fedoraproject.org
|
||||
destname: app.os
|
||||
balancer_name: app-os-stg
|
||||
balancer_members: ['https://os-node01.stg.phx2.fedoraproject.org', 'https://os-node02.stg.phx2.fedoraproject.org']
|
||||
proxyurl: http://app.os.phx2.fedoraproject.org
|
||||
keephost: true
|
||||
tags:
|
||||
- app.os.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: odcs.fedoraproject.org
|
||||
destname: odcs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue