Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix default value of php::fpm::pool::access_log_format #361

Merged
merged 1 commit into from
Nov 10, 2017
Merged

fix default value of php::fpm::pool::access_log_format #361

merged 1 commit into from
Nov 10, 2017

Conversation

lesinigo
Copy link
Contributor

@lesinigo lesinigo commented Jul 4, 2017

The default value for php::fpm::pool::access_log_format gets its escapes un-escaped by Puppet string management, resulting in a log line that looks like this:

127.0.0.1 -  04/Jul/2017:11:33:53 +0200GET /test.php404

this PR fixes the default value and gives you correctly formatted log lines like:

127.0.0.1 -  04/Jul/2017:12:36:24 +0200 "GET /test.php" 404

@bastelfreak
Copy link
Member

oh annoying bug, thanks for the fix @lesinigo!

@bastelfreak bastelfreak merged commit 408d60e into voxpupuli:master Nov 10, 2017
@bastelfreak bastelfreak added the bug Something isn't working label Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants