Files
ansible_php-fpm/templates/logrotate.conf.jj

13 lines
211 B
Plaintext

{{ 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
}