ignatenkobrain / rpms / nginx

Forked from rpms/nginx 2 years ago
Clone
675c6e
/var/log/nginx/*log {
675c6e
    create 0664 nginx root
675c6e
    daily
675c6e
    rotate 10
675c6e
    missingok
675c6e
    notifempty
675c6e
    compress
675c6e
    sharedscripts
675c6e
    postrotate
675c6e
        /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
675c6e
    endscript
675c6e
}
675c6e