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