Current File : //etc/logrotate.d/php8.3-fpm
/var/log/php8.3-fpm.log {
	rotate 12
	weekly
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		if [ -x /usr/lib/php/php8.3-fpm-reopenlogs ]; then
			/usr/lib/php/php8.3-fpm-reopenlogs;
		fi
	endscript
}