This file is indexed.

/etc/logrotate.d/php5-fpm is in php5-fpm 5.5.9+dfsg-1ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/var/log/php5-fpm.log {
	rotate 12
	weekly
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		invoke-rc.d php5-fpm reopen-logs > /dev/null
	endscript
}