14 lines
215 B
Plaintext
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
|
|
}
|