angie/nginx.logrotate

13 lines
225 B
Text
Raw Normal View History

2012-02-01 14:31:26 +04:00
/var/log/nginx/*log {
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
[ ! -f /var/run/nginx/nginx.pid ] || kill -USR1 `cat /var/run/nginx/nginx.pid`
endscript
}