sipb-xen-www -> invirt-web
[invirt/packages/invirt-web.git] / files / etc / apache2 / conf.d / invirt-repository
diff --git a/files/etc/apache2/conf.d/invirt-repository b/files/etc/apache2/conf.d/invirt-repository
new file mode 100644 (file)
index 0000000..73c6229
--- /dev/null
@@ -0,0 +1,17 @@
+Alias /sipb-xen /srv/repository
+
+Alias /debian/ /debian/
+
+<Directory /srv/repository>
+               Options Indexes FollowSymLinks MultiViews
+               AllowOverride None
+               Order allow,deny
+               allow from all
+</Directory>
+
+<Directory /debian>
+               Options Indexes FollowSymLinks MultiViews
+               AllowOverride None
+               Order allow,deny
+               allow from all
+</Directory>