aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/vhost_pkgsubmit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/vhost_pkgsubmit.conf')
-rw-r--r--modules/buildsystem/templates/vhost_pkgsubmit.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf
index af8bb70c..4de14c17 100644
--- a/modules/buildsystem/templates/vhost_pkgsubmit.conf
+++ b/modules/buildsystem/templates/vhost_pkgsubmit.conf
@@ -2,3 +2,10 @@
Allow from all
Options Indexes
</Location>
+<Location /autobuild>
+ Allow from all
+ Options Indexes
+</Location>
+<Directory /var/www/bs/autobuild>
+ Options FollowSymlinks
+</Directory>