/var/log/nginx/tskv.log  {
    daily
    maxsize 500M
    rotate 10
    delaycompress
    compress
    dateformat -%Y%m%d-%s
    dateext
    missingok
    notifempty
    postrotate
        /etc/init.d/syslog-ng reload > /dev/null 2>&1;
    kill -USR1 `cat /var/run/nginx.pid`
    endscript
}
