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