Your IP : 216.73.216.155


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/nginx

/var/log/nginx/*.log {
	daily
	missingok
	rotate 52
	compress
	delaycompress
	notifempty
	create 640 root adm
	sharedscripts
	postrotate
		[ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
	endscript
}