Skip to content
Snippets Groups Projects
Unverified Commit 408d60ec authored by Tim Meusel's avatar Tim Meusel Committed by GitHub
Browse files

Merge pull request #361 from LMNetworks/master

fix default value of php::fpm::pool::access_log_format
parents 8c7299cb ad4c8081
Branches
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment