diff --git a/files/httpd/git.fedorahosted-redirects.conf b/files/httpd/git.fedorahosted-redirects.conf index c96ed14117..7c1fd64829 100644 --- a/files/httpd/git.fedorahosted-redirects.conf +++ b/files/httpd/git.fedorahosted-redirects.conf @@ -42,12 +42,6 @@ RewriteCond %{REQUEST_URI} /cgit/lvm2\.git(.*)$ RewriteRule ^/.*$ https://sourceware.org/git/?p=lvm2.git [R,L,NE] RewriteRule ^/git/lvm2.git https://sourceware.org/git/?p=lvm2.git [L,R] - # rewrite log - # set level to 0 to turn off and speed things up - # when debugging - set to 3 and you can see what the hell is going on - RewriteLogLevel 0 - RewriteLog "/var/log/httpd/git-rewrite.log" - # redirect vdsm to ovirt git server - since ?p == querystring we have to match that sanely RewriteCond %{QUERY_STRING} ^.*p=(.*vdsm\.git.*)$ RewriteRule ^.*$ http://gerrit.ovirt.org/gitweb\?p=%1 [R,L,NE]