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