HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/etc/logrotate.d/
Upload File :
Current File : //proc/self/root/etc/logrotate.d/php8.2-fpm
/var/log/php8.2-fpm.log {
	rotate 12
	weekly
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		if [ -x /usr/lib/php/php8.2-fpm-reopenlogs ]; then
			/usr/lib/php/php8.2-fpm-reopenlogs;
		fi
	endscript
}