blob: 3eb4b55a9878755acd9c86b5c35de5d037164df8 (
plain)
1 <IfModule mod_alias.c>
2 Alias /cgit/ /var/www/cgit/
3 </IfModule>
4
5 <Directory "/var/www/cgit/">
6 AllowOverride None
7 Options ExecCGI
8 DirectoryIndex cgit.cgi
9 AddHandler cgi-script .cgi
10 Order allow,deny
11 Allow from all
12 </Directory>
|