add transtats.fedoraproject.org to proxies
This commit is contained in:
parent
516d948b50
commit
40e0993f78
2 changed files with 14 additions and 0 deletions
|
@ -279,6 +279,14 @@
|
|||
tags: caiapi
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: transtats.fedoraproject.org
|
||||
destname: transtats
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
tags: transtats
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: admin.fedoraproject.org
|
||||
destname: mirrormanager
|
||||
|
|
|
@ -439,6 +439,12 @@
|
|||
ssl: false
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: transtats.fedoraproject.org
|
||||
sslonly: true
|
||||
server_aliases: [transtats.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: whatcanidoforfedora.org
|
||||
server_aliases:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue