Files
server/etc/logrotate.d/php8.3-fpm
2026-01-07 20:52:11 +01: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
}