ignatenkobrain / rpms / nginx

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