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

