try to have testdays redirect on proxies
This commit is contained in:
parent
a103611658
commit
01cab63b8c
2 changed files with 11 additions and 0 deletions
|
@ -571,6 +571,11 @@
|
|||
website: boot.fedoraproject.org
|
||||
target: https://fedoraproject.org/wiki/Infrastructure/graveyard
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: testdays
|
||||
website: testdays.fedoraproject.org
|
||||
target: https://testdays-testdays.apps.os.fedorainfracloud.org
|
||||
|
||||
# Cloudy bits
|
||||
- role: httpd/redirect
|
||||
shortname: cloud-front-page
|
||||
|
|
|
@ -262,6 +262,12 @@
|
|||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: testdays.fedoraproject.org
|
||||
server_aliases: [testdays.qa.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: smolts.org
|
||||
ssl: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue