Do some config cleanup in invirt-web.
[invirt/packages/invirt-web.git] / files / etc / apache2 / conf.d / invirt-repository
1 Alias /invirt /srv/repository
2
3 <Directory /srv/repository>
4                 Options Indexes FollowSymLinks MultiViews
5                 AllowOverride None
6                 Order allow,deny
7                 allow from all
8 </Directory>