d64139
/var/log/nginx/*log {
d64139
    create 0664 nginx root
d64139
    daily
d64139
    rotate 10
d64139
    missingok
d64139
    notifempty
d64139
    compress
d64139
    sharedscripts
d64139
    postrotate
d64139
        /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
d64139
    endscript
d64139
}
d64139