This repository has been archived on 2024-07-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
etckeeper/logrotate.d/php7.4-fpm
T
2021-10-27 17:20:29 +02:00

14 lines
215 B
Plaintext

/var/log/php7.4-fpm.log {
rotate 12
weekly
missingok
notifempty
compress
delaycompress
postrotate
if [ -x /usr/lib/php/php7.4-fpm-reopenlogs ]; then
/usr/lib/php/php7.4-fpm-reopenlogs;
fi
endscript
}