aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cgit/templates/vhost.conf
blob: d2385084736c3852d471dd8024d1e736b16faf22 (plain)
1
2
3
4
5
6
7
Alias /cgit-data /usr/share/cgit
ScriptAliasMatch ^(.*) /var/www/cgi-bin/cgit$1

<Directory /usr/share/cgit>
    Order allow,deny
    Allow from all
</Directory>