drop logging section, it does not work in this context

This commit is contained in:
Kevin Fenzi 2017-04-11 17:43:56 +00:00
parent 9ae9c3dbe4
commit 6aa07ec754

View file

@ -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]