There was an error while loading. Please reload this page.
1 parent 7992c9a commit 80aa0d8Copy full SHA for 80aa0d8
1 file changed
recipes/files/etc/apache2/conf-available/cgit.conf
@@ -15,7 +15,4 @@ RedirectMatch ^/cgit$ /cgit/
15
RewriteCond %{QUERY_STRING} (?:^|&)id=([0-9a-fA-F]{40})
16
RewriteRule ^/ruby\.git/plain/(.*)$ https://github.com/ruby/ruby/raw/%1/$1 [R=302,L,NE,QSD]
17
RewriteRule ^/ruby\.git/plain/(.*)$ https://github.com/ruby/ruby/raw/master/$1 [R=302,L,NE,QSD]
18
-
19
- Order Allow,Deny
20
- Allow from all
21
</Directory>
0 commit comments