You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
215 B
Plaintext
14 lines
215 B
Plaintext
2 years ago
|
/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
|
||
|
}
|