Your IP : 10.0.84.116


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/php7.2-fpm

/var/log/php7.2-fpm.log {
	rotate 12
	weekly
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		if [ -x /usr/lib/php/php7.2-fpm-reopenlogs ]; then
			/usr/lib/php/php7.2-fpm-reopenlogs;
		fi
	endscript
}