File Manager

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

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

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com