proxies: redirect old packages to new
The old packages app (which was before that the old community app) lived on https://apps.fedoraproject.org/packages/ It hasn't been active there since the datacenter move last year (we retired it). A new openshift app has been created that lives on https://packages.fedoraproject.org now. We want to redirect the old path to the new one and remove the old reverseproxy to nowhere. Fixes infra ticket #10212 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
49c1616ca7
commit
5413a21d78
2 changed files with 6 additions and 7 deletions
|
@ -39,6 +39,12 @@
|
|||
path: /community
|
||||
target: https://apps.fedoraproject.org/packages
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: packages
|
||||
website: apps.fedoraproject.org
|
||||
path: /packages
|
||||
target: https://packages.fedoraproject.org/
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: koschei
|
||||
website: apps.fedoraproject.org
|
||||
|
|
|
@ -127,13 +127,6 @@
|
|||
header_scheme: true
|
||||
proxyurl: http://localhost:10036
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: apps.fedoraproject.org
|
||||
destname: packages
|
||||
localpath: /packages
|
||||
remotepath: /packages
|
||||
proxyurl: http://localhost:10016
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: ask.fedoraproject.org
|
||||
destname: askbot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue