Files
server/etc/logrotate.d/php8.3-fpm
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

14 lines
215 B
Plaintext

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