aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cgit/templates/webapp.conf
blob: 109b5e3f6bae3a87c308f01d41c73d1674d97d5a (plain)
1
2
3
4
5
6
7
8
# cgit configuration
# disabled 
#Alias /cgit-data /usr/share/cgit

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