neuro: add site and redirect

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-01-15 17:54:05 +00:00
parent 1e67ff1204
commit 95fe09f952
2 changed files with 13 additions and 0 deletions

View file

@ -19,6 +19,12 @@
# Various app redirects
- role: httpd/redirect
shortname: neuro
website: neuro.fedoraproject.org
path: /
target: https://docs.fedoraproject.org/en-US/neurofedora/overview/
- role: httpd/redirect
shortname: community
website: admin.fedoraproject.org

View file

@ -914,6 +914,13 @@
cert_name: "{{wildcard_cert_name}}"
tags: fpdc
- role: httpd/website
site_name: neuro.fedoraproject.org
sslonly: true
server_aliases: [neuro.stg.fedoraproject.org]
cert_name: "{{wildcard_cert_name}}"
tags: neuro
# fedorahosted is retired. We have the site here so we can redirect it.
- role: httpd/website