proxies: setup askbot redirect to ask (ticket 10140)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7e523ddb61
commit
ce5c8188d2
2 changed files with 12 additions and 0 deletions
|
@ -75,6 +75,12 @@
|
||||||
website: fas.fedoraproject.org
|
website: fas.fedoraproject.org
|
||||||
target: https://admin.fedoraproject.org/accounts/
|
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
|
- role: httpd/redirectmatch
|
||||||
shortname: codecs
|
shortname: codecs
|
||||||
website: codecs.fedoraproject.org
|
website: codecs.fedoraproject.org
|
||||||
|
|
|
@ -539,6 +539,12 @@
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
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
|
- role: httpd/website
|
||||||
site_name: badges.fedoraproject.org
|
site_name: badges.fedoraproject.org
|
||||||
server_aliases: [badges.stg.fedoraproject.org]
|
server_aliases: [badges.stg.fedoraproject.org]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue