summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-01-16 16:25:37 +0100
committermh <mh@immerda.ch>2015-01-16 16:25:37 +0100
commit86d189ef1496eb88a4ba553c261142ca4095c0de (patch)
tree2cbe0dab87b61904e609d2d3116403c45d1921a9
parent21711032c2ee0caeea2066a9b4a9bac6526dfe54 (diff)
also allow Indexes for wordpress so supercache can be run
-rw-r--r--manifests/vhost/php/wordpress.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/wordpress.pp b/manifests/vhost/php/wordpress.pp
index be77eba..328d2b0 100644
--- a/manifests/vhost/php/wordpress.pp
+++ b/manifests/vhost/php/wordpress.pp
@@ -40,7 +40,7 @@ define apache::vhost::php::wordpress(
$run_mode = 'normal',
$run_uid = 'absent',
$run_gid = 'absent',
- $allow_override = 'FileInfo',
+ $allow_override = 'FileInfo Indexes',
$php_settings = {},
$php_options = {},
$do_includes = false,