adding *.qa.fp.o to proxies
This commit is contained in:
parent
a5dc34d3e1
commit
1e88531f0a
2 changed files with 36 additions and 0 deletions
|
@ -491,6 +491,28 @@
|
||||||
proxyurl: http://docs.qa-stg01.qa.fedoraproject.org
|
proxyurl: http://docs.qa-stg01.qa.fedoraproject.org
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
### QA production
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: qa.fedoraproject.org
|
||||||
|
destname: qa-prod
|
||||||
|
# Talk directly to the app server, not haproxy
|
||||||
|
proxyurl: http://qa-prod01.qa.fedoraproject.org
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: phab.qa.fedoraproject.org
|
||||||
|
destname: qa-prod-phab
|
||||||
|
# Talk directly to the app server, not haproxy
|
||||||
|
proxyurl: http://phab.qa-prod01.qa.fedoraproject.org
|
||||||
|
keephost: true
|
||||||
|
|
||||||
|
- role: httpd/reverseproxy
|
||||||
|
website: docs.qa.fedoraproject.org
|
||||||
|
destname: qa-prod-docs
|
||||||
|
# Talk directly to the app server, not haproxy
|
||||||
|
proxyurl: http://docs.qa-prod01.qa.fedoraproject.org
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
# This one gets its own role (instead of httpd/reverseproxy) so that it can
|
# This one gets its own role (instead of httpd/reverseproxy) so that it can
|
||||||
# copy in some silly static resources (globe.png, index.html)
|
# copy in some silly static resources (globe.png, index.html)
|
||||||
- role: geoip-city-wsgi/proxy
|
- role: geoip-city-wsgi/proxy
|
||||||
|
|
|
@ -705,3 +705,17 @@
|
||||||
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert
|
||||||
sslonly: true
|
sslonly: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
name: phab.qa.fedoraproject.org
|
||||||
|
server_aliases: [phab.qa.fedoraproject.org]
|
||||||
|
cert_name: qa.fedoraproject.org
|
||||||
|
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
|
||||||
|
sslonly: true
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
name: docs.qa.fedoraproject.org
|
||||||
|
server_aliases: [docs.qa.fedoraproject.org]
|
||||||
|
cert_name: qa.fedoraproject.org
|
||||||
|
SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert
|
||||||
|
sslonly: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue