Re: USR1 or HUP для ротэйта логов

Alrond rusnginx at gmail.com
Mon Dec 29 16:04:23 MSK 2008


рабочий ротатор

/var/log/nginx/*.log {
        missingok
        rotate 100
        size 10M
        compress
        delaycompress
        notifempty
        create 640 root adm
        sharedscripts
        postrotate
                [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat
/var/run/nginx.pid`
        endscript
}


29 декабря 2008 г. 12:34 пользователь Serg Senko <kerncore at gmail.com>написал:

> пробовал и в одном блоке, тот же результат
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20081229/225c983d/attachment.html>


More information about the nginx-ru mailing list