From f0c20d40d65d758d6736d6cb7b6ba818fa7d1cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 13 Nov 2015 15:13:59 +0100 Subject: [PATCH] copr: yet another redirect for cockpit team --- roles/copr/frontend/files/httpd/coprs_ssl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/frontend/files/httpd/coprs_ssl.conf b/roles/copr/frontend/files/httpd/coprs_ssl.conf index 901ac4432a..92a4a1ad8a 100644 --- a/roles/copr/frontend/files/httpd/coprs_ssl.conf +++ b/roles/copr/frontend/files/httpd/coprs_ssl.conf @@ -26,6 +26,7 @@ RewriteEngine on + RewriteRule ^/coprs/sgallagh/cockpit-preview/repo/(.*)/.*\.repo$ /coprs/g/cockpit/cockpit-preview/repo/$1/ [R=301] RewriteRule ^/coprs/sgallagh/cockpit-preview/(.*)$ /coprs/g/cockpit/cockpit-preview/$1 [R=301]