summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-06-12 10:03:30 +0200
committermh <mh@immerda.ch>2010-06-12 10:03:30 +0200
commit5c7054c2383d00232eaba8128af8ec6454865f41 (patch)
tree3e4b8269247d53eee1baba9881eed6879ecbb745 /manifests
parentc01166a05d3a2aa3c62b913902cd6a247ab2616c (diff)
disable mod_security for galleries
Diffstat (limited to 'manifests')
-rw-r--r--manifests/vhost/php/gallery2.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/gallery2.pp b/manifests/vhost/php/gallery2.pp
index fde5d0d..048a5f3 100644
--- a/manifests/vhost/php/gallery2.pp
+++ b/manifests/vhost/php/gallery2.pp
@@ -33,7 +33,7 @@ define apache::vhost::php::gallery2(
$options = 'absent',
$additional_options = 'absent',
$default_charset = 'absent',
- $mod_security = true,
+ $mod_security = false,
$mod_security_relevantonly = true,
$ssl_mode = false,
$vhost_mode = 'template',