/var/log/php5-fpm.log {
	rotate 12
	weekly
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		invoke-rc.d php5-fpm reopen-logs > /dev/null
	endscript
}
