mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user