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