HEX
Server: Apache
System: Linux pdx1-shared-a1-14 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: burgaska (13506502)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: //etc/logrotate.d/php8.1-fpm
/var/log/php8.1-fpm.log {
	rotate 12
	weekly
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		if [ -x /usr/lib/php/php8.1-fpm-reopenlogs ]; then
			/usr/lib/php/php8.1-fpm-reopenlogs;
		fi
	endscript
}