aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-14 23:28:17 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-14 23:28:17 +0200
commit0e61e00d9285e6bb8e032518ef1f028eb54ef81b (patch)
tree59c3c1217adca9134638796c8c41616edd53c29f
parent60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50 (diff)
downloadpuppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar
puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar.gz
puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar.bz2
puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar.xz
puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.zip
mirrorbrain: fix up webapp config
-rw-r--r--modules/mirrorbrain/templates/webapp.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/mirrorbrain/templates/webapp.conf b/modules/mirrorbrain/templates/webapp.conf
index ad66480b..49502967 100644
--- a/modules/mirrorbrain/templates/webapp.conf
+++ b/modules/mirrorbrain/templates/webapp.conf
@@ -7,8 +7,7 @@
#MirrorBrainExcludeUserAgent rpm/4.4.2*
#MirrorBrainExcludeUserAgent *APT-HTTP*
#MirrorBrainExcludeMimeType application/pgp-keys
- Options FollowSymLinks Indexes
- AllowOverride None
- Order allow,deny
+ DirectoryIndex disable
+ Options +FollowSymLinks +Indexes
Require all granted
</Directory> \ No newline at end of file