Files
hosting/etc/logrotate.d/php7.1-fpm
Daniel Winzen e0b35fb943 Initial commit
2017-04-30 19:32:42 +02:00

12 lines
154 B
Plaintext

/var/log/php7.1-fpm*.log {
rotate 1
daily
missingok
notifempty
compress
delaycompress
postrotate
/usr/lib/php/php7.1-fpm-reopenlogs
endscript
}