Greetings. This will close out 2 tickets and should be pretty safe. I'd like to apply the following and then run the ansible playbooks on proxies. +1s? kevin
From a05b32bcaf7fb46b0a8970a69e5ca6addb6a4fe5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi <kevin@xxxxxxxxx> Date: Mon, 6 Nov 2017 23:33:48 +0000 Subject: [PATCH] Add redirects for generic-logos and beakerlib from old fedorahosted.org to new locations. Fixes https://pagure.io/fedora-infrastructure/issue/6474 and https://pagure.io/fedora-infrastructure/issue/6489 Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx> --- files/httpd/fedorahosted-redirects.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index 8480ea3..86c9dfe 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -237,6 +237,18 @@ RewriteRule ^/pki/p/k/pki/(.*) https://releases.pagure.org/dogtagpki/$1 [L,R] RewriteRule ^/pki/p/k/pki https://releases.pagure.org/dogtagpki/ [L,R] RewriteRule ^/pki https://pagure.io/dogtagpki [R=301] +RewriteRule ^/generic-logos/ https://pagure.io/generic-logos/ [R=301] +RewriteRule ^/generic-logos https://pagure.io/generic-logos/ [R=301] +RewriteRule ^/released/generic-logos/(.*) https://releases.pagure.org/generic-logos/$1 [R=301] +RewriteRule ^/released/generic-logos https://releases.pagure.org/generic-logos/ [R=301] + +RewriteRule ^/beakerlib/wiki/Manual/ https://github.com/beakerlib/beakerlib/wiki/man [R=301] +RewriteRule ^/beakerlib/wiki/(.*) https://github.com/beakerlib/beakerlib/wiki/$1 [R=301] +RewriteRule ^/beakerlib/(.*) https://github.com/beakerlib/beakerlib/ [R=301] + +/beakerlib/wiki/Manual +--> https://github.com/beakerlib/beakerlib/wiki/man + # Ipsilon wiki is now moving content ReWriteCond %{REQUEST_URI} !^/ipsilon/.* -- 1.8.3.1
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx