forked from ISTI-ansible-roles/ansible-roles
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
{{ phpfpm_logdir}}/*log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
delaycompress
|
||
|
postrotate
|
||
|
/etc/init.d/php5-fpm reload 2>/dev/null || true
|
||
|
endscript
|
||
|
}
|
||
|
|