proxies: setup askbot redirect to ask (ticket 10140)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-08-19 13:43:17 -07:00
parent 7e523ddb61
commit ce5c8188d2
2 changed files with 12 additions and 0 deletions

View file

@ -75,6 +75,12 @@
website: fas.fedoraproject.org
target: https://admin.fedoraproject.org/accounts/
- role: httpd/redirectmatch
shortname: askbot-to-ask
website: askbot.fedoraproject.org
regex: ^.*
target: https://ask.fedoraproject.org/t/askbot-fedoraproject-org-archives-are-going-away/16118
- role: httpd/redirectmatch
shortname: codecs
website: codecs.fedoraproject.org

View file

@ -539,6 +539,12 @@
sslonly: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
site_name: askbot.fedoraproject.org
server_aliases: [askbot.stg.fedoraproject.org]
sslonly: true
cert_name: "{{wildcard_cert_name}}"
- role: httpd/website
site_name: badges.fedoraproject.org
server_aliases: [badges.stg.fedoraproject.org]