dockerfiles/base/php-nginx/php/7.4-alpine/conf/etc/logrotate.d/php5-fpm

13 lines
280 B
Plaintext

/var/log/php5-fpm/fpm.log
/var/log/php5-fpm/access.log
/var/log/php5-fpm/slow.log
/var/log/php5-fpm/error.log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/bin/kill -SIGUSR1 `cat /var/run/php5-fpm.pid` 2>/dev/null || true
endscript
}