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
mahogony
php
Commits
51f6702b
Commit
51f6702b
authored
Aug 07, 2019
by
mh
Browse files
use the proper path
parent
f8063bdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/fpm.pp
View file @
51f6702b
...
...
@@ -36,7 +36,7 @@ define php::fpm(
"fpm-
${name}
"
]:;
}
->
logrotate::rule
{
"fpm-error-logs-
${name}
"
:
path
=>
'/var/www/vhosts/*/logs
/fpm-error.log
'
,
path
=>
"
${logdir}
/fpm-error.log
"
,
compress
=>
true
,
copytruncate
=>
true
,
dateext
=>
true
,
...
...
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