php5-fpm 280 B

123456789101112
  1. /var/log/php5-fpm/fpm.log
  2. /var/log/php5-fpm/access.log
  3. /var/log/php5-fpm/slow.log
  4. /var/log/php5-fpm/error.log {
  5. missingok
  6. notifempty
  7. sharedscripts
  8. delaycompress
  9. postrotate
  10. /bin/kill -SIGUSR1 `cat /var/run/php5-fpm.pid` 2>/dev/null || true
  11. endscript
  12. }