Your IP : 216.73.216.81


Current Path : /proc/358557/root/etc/logrotate.d/
Upload File :
Current File : //proc/358557/root/etc/logrotate.d/php8.4-fpm

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