Files
ansible_php-fpm/templates/logrotate.conf.jj
2022-04-28 11:36:33 +02:00

13 lines
208 B
Plaintext

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