ignatenkobrain / rpms / nginx

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