commit c3beb058de0f0df76d7d5005882adc8c5e60aeb7
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Jul 22 11:57:11 2016 +0200
Fix copr 'might be' future url
roles/httpd/redirect/templates/redirect.copr.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/roles/httpd/redirect/templates/redirect.copr.conf
b/roles/httpd/redirect/templates/redirect.copr.conf
index bf48561..21a3e2e 100644
--- a/roles/httpd/redirect/templates/redirect.copr.conf
+++ b/roles/httpd/redirect/templates/redirect.copr.conf
@@ -1,4 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/api/*
RewriteCond %{REQUEST_URI} !^/api_2/*
-RewriteRule ^/(.*)
https://copr.fedorainfracloud.org/$1 [L,R]
+RewriteRule ^/(.*)
https://copr.rpmfusion.org/$1 [L,R]