| Current Path : /proc/358557/root/etc/logrotate.d/ |
| Current File : //proc/358557/root/etc/logrotate.d/php8.4-fpm |
/var/log/php8.4-fpm.log {
rotate 12
weekly
missingok
notifempty
compress
delaycompress
postrotate
if [ -x /usr/lib/php/php8.4-fpm-reopenlogs ]; then
/usr/lib/php/php8.4-fpm-reopenlogs;
fi
endscript
}