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
URI
Puppet
puppet-php
Commits
408d60ec
Unverified
Commit
408d60ec
authored
Nov 10, 2017
by
Tim Meusel
Committed by
GitHub
Nov 10, 2017
Browse files
Merge pull request #361 from LMNetworks/master
fix default value of php::fpm::pool::access_log_format
parents
8c7299cb
ad4c8081
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/fpm/pool.pp
View file @
408d60ec
...
...
@@ -135,7 +135,7 @@ define php::fpm::pool (
$ping_path
=
undef
,
$ping_response
=
'pong'
,
$access_log
=
undef
,
$access_log_format
=
"%R - %u %t
\"
%m %r
\"
%s"
,
$access_log_format
=
'
"%R - %u %t \"%m %r\" %s"
'
,
$request_terminate_timeout
=
'0'
,
$request_slowlog_timeout
=
'0'
,
$security_limit_extensions
=
undef
,
...
...
Write
Preview
Markdown
is supported
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