neuro: add site and redirect
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1e67ff1204
commit
95fe09f952
2 changed files with 13 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
||||||
|
|
||||||
|
|
||||||
# Various app redirects
|
# 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
|
- role: httpd/redirect
|
||||||
shortname: community
|
shortname: community
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
|
|
|
@ -914,6 +914,13 @@
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
tags: fpdc
|
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.
|
# fedorahosted is retired. We have the site here so we can redirect it.
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue