Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 0ae89afb78c2d516f5d8afef1003cf20 > files > 9

nginx-0.7.67-1.fc14.src.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
}