Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 8ca544dbbb0f5abefb75d682762319aa > files > 11

nginx-1.2.9-1.fc18.src.rpm

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