Skip to content

Instantly share code, notes, and snippets.

@dgoujard
Created September 11, 2011 20:35
Show Gist options
  • Save dgoujard/1210083 to your computer and use it in GitHub Desktop.
Save dgoujard/1210083 to your computer and use it in GitHub Desktop.
/etc/logrotate.d/php-fpm
/var/log/php-fpm/*.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
sharedscripts
postrotate
[ ! -f /var/run/php-fpm/php-fpm.pid ] || kill -USR1 `cat /var/run/php-fpm/php-fpm.pid`
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment