blob: 5c1d99e7ccc2e809d226348bbdfeaebbf1c8c78e (
plain)
1
2
3
4
5
6
7
8
|
Alias /cgit-data /usr/share/cgit
Alias /robots.txt /usr/share/cgit/robots.txt
ScriptAliasMatch ^(.*) /var/www/cgi-bin/cgit$1
<Directory /usr/share/cgit>
Order allow,deny
Allow from all
</Directory>
|