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