Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
webhosting
Commits
ee5f9349
Commit
ee5f9349
authored
May 23, 2009
by
mh
Browse files
check for redirect on /, as mod_sec is too tight to work on subpages
parent
de9c469b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/php/mediawiki.pp
View file @
ee5f9349
...
...
@@ -40,8 +40,8 @@ define webhosting::php::mediawiki(
$htpasswd_file
=
'absent'
,
$nagios_check
=
'ensure'
,
$nagios_check_domain
=
'absent'
,
$nagios_check_url
=
'/
index.php/Hauptseite
'
,
$nagios_check_code
=
'
OK
'
,
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'
301
'
,
$mod_security
=
true
,
$image
=
'absent'
,
$config
=
'unmanaged'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment