14 lines
234 B
Plaintext
14 lines
234 B
Plaintext
#{{ ansible_managed }}
|
|
{{ php_fpm_log_dir }}/php_fpm_{{ php_pool_name }}*.log {
|
|
daily
|
|
rotate 15
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/bin/systemctl reload php{{ php_version }}-php-fpm
|
|
endscript
|
|
}
|
|
|
|
|