[proxies] Add redirect for mirrors
We recently decommissioned old mirrormanager and some pages were still pointing to it, let's redirect them to correct place. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
315f303956
commit
3e4db5cabb
1 changed files with 12 additions and 0 deletions
|
@ -878,3 +878,15 @@
|
|||
target: https://docs.fedoraproject.org/en-US/epel/
|
||||
tags:
|
||||
- epel.io
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: mirrormanager
|
||||
website: mirrors.fedoraproject.org
|
||||
target: "https://mirrormanager{{env_suffix}}.fedoraproject.org"
|
||||
tags: mirrormanager
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: mirrormanager
|
||||
website: "mirrors{{env_suffix}}.centos.org"
|
||||
target: "https://mirrormanager{{env_suffix}}.fedoraproject.org"
|
||||
tags: mirrormanager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue