14 lines
230 B
Plaintext
14 lines
230 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 }}-fpm
|
|
endscript
|
|
}
|
|
|
|
|