proxies: redirect fas.fedoraproject.org and admin.fedoraproject.org/accounts to the new account system

fas was redirecting to the old https://admin.fedoraproject.org/accounts
and that in turn was still trying to proxy to the old fas2 app on the
ocp3 cluster. That app is retired and that cluster is long gone too, so
we should just redirect it to the current account system.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-07-24 14:58:23 -07:00
parent 22dde8163b
commit 07da1e573c

View file

@ -81,7 +81,13 @@
- role: httpd/redirect - role: httpd/redirect
shortname: fas shortname: fas
website: fas.fedoraproject.org website: fas.fedoraproject.org
target: https://admin.fedoraproject.org/accounts/ target: https://accounts.fedoraproject.org/
- role: httpd/redirect
shortname: oldfas
website: admin.fedoraproject.org
path: /accounts/
target: https:/accounts.fedoraproject.org/
- role: httpd/redirectmatch - role: httpd/redirectmatch
shortname: askbot-to-ask shortname: askbot-to-ask