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:
parent
22dde8163b
commit
07da1e573c
1 changed files with 7 additions and 1 deletions
|
@ -81,7 +81,13 @@
|
|||
- role: httpd/redirect
|
||||
shortname: fas
|
||||
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
|
||||
shortname: askbot-to-ask
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue