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

13 lines
220 B
Plaintext

/var/opt/remi/php{{ php_version_nodot }}/log/php-fpm/*log {
daily
rotate 15
missingok
notifempty
sharedscripts
postrotate
/bin/systemctl reload php{{ php_version_nodot }}-php-fpm
endscript
}