aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-03-09 00:11:00 +0000
committerNicolas Vigier <boklm@mageia.org>2011-03-09 00:11:00 +0000
commita811c1084c809f3d047dafc6d60612b01c9e4310 (patch)
treea9946593ec2b1175dab55574b9b869aabb46d12d /modules/buildsystem/templates
parentd2b9ba567ac4bcfa33264bdb8f525cf9dd319953 (diff)
downloadpuppet-a811c1084c809f3d047dafc6d60612b01c9e4310.tar
puppet-a811c1084c809f3d047dafc6d60612b01c9e4310.tar.gz
puppet-a811c1084c809f3d047dafc6d60612b01c9e4310.tar.bz2
puppet-a811c1084c809f3d047dafc6d60612b01c9e4310.tar.xz
puppet-a811c1084c809f3d047dafc6d60612b01c9e4310.zip
add "Options Indexes" for /uploads directory
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r--modules/buildsystem/templates/vhost_pkgsubmit.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf
new file mode 100644
index 00000000..af8bb70c
--- /dev/null
+++ b/modules/buildsystem/templates/vhost_pkgsubmit.conf
@@ -0,0 +1,4 @@
+<Location /uploads>
+ Allow from all
+ Options Indexes
+</Location>