diff --git a/roles/distgit/files/redirect.conf b/roles/distgit/files/redirect.conf index dc1b6a1133..20f2bbbe2d 100644 --- a/roles/distgit/files/redirect.conf +++ b/roles/distgit/files/redirect.conf @@ -2,12 +2,6 @@ RedirectMatch permanent ^/$ http://pkgs.fedoraproject.org/cgit/ RewriteEngine on -# 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" - # Use cgit and redirect (some) old gitweb-caching things RewriteRule ^/cgit-data/(.*)$ /cgit-data/$1 [L,PT] RewriteRule ^/cgit/(.*)$ /cgit/$1 [L,PT]