drop logging section, it does not work in this context
This commit is contained in:
parent
9ae9c3dbe4
commit
6aa07ec754
1 changed files with 0 additions and 6 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue