source: trunk/packages/invirt-web/files/etc/apache2/conf.d/invirt-repository @ 1318

Last change on this file since 1318 was 1318, checked in by price, 15 years ago

sipb-xen-www -> invirt-web

File size: 335 bytes
Line 
1Alias /sipb-xen /srv/repository
2
3Alias /debian/ /debian/
4
5<Directory /srv/repository>
6                Options Indexes FollowSymLinks MultiViews
7                AllowOverride None
8                Order allow,deny
9                allow from all
10</Directory>
11
12<Directory /debian>
13                Options Indexes FollowSymLinks MultiViews
14                AllowOverride None
15                Order allow,deny
16                allow from all
17</Directory>
Note: See TracBrowser for help on using the repository browser.