diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-03-14 23:28:17 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-03-14 23:28:17 +0200 |
commit | 0e61e00d9285e6bb8e032518ef1f028eb54ef81b (patch) | |
tree | 59c3c1217adca9134638796c8c41616edd53c29f /modules/mirrorbrain/templates/webapp.conf | |
parent | 60e4ccbbb22b9d99d84feab47f423c3d4dfd0c50 (diff) | |
download | puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar.gz puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar.bz2 puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.tar.xz puppet-0e61e00d9285e6bb8e032518ef1f028eb54ef81b.zip |
mirrorbrain: fix up webapp config
Diffstat (limited to 'modules/mirrorbrain/templates/webapp.conf')
-rw-r--r-- | modules/mirrorbrain/templates/webapp.conf | 5 |
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 |