mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
drop logging section, it does not work in this context
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user