Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 6dd06419cb6a5b43981db5bf66ccc916 > files > 1

nginx-0.8.54-1.fc13.i686.rpm

/var/log/nginx/*log {
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
    endscript
}