HEX
Server: Apache
System: Linux vmi2436375.contaboserver.net 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
User: demosite (1010)
PHP: 8.1.32
Disabled: NONE
Upload Files
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
}