2014-10-19 11:09:01 +02:00
|
|
|
/var/log/nghttpx/*.log {
|
2015-05-04 17:17:27 +02:00
|
|
|
weekly
|
|
|
|
rotate 52
|
|
|
|
missingok
|
|
|
|
compress
|
|
|
|
delaycompress
|
|
|
|
notifempty
|
|
|
|
postrotate
|
2015-09-24 16:35:50 +02:00
|
|
|
[ -s /var/run/nghttpx.pid ] && kill -USR1 `cat /var/run/nghttpx.pid` 2> /dev/null || true
|
2015-05-04 17:17:27 +02:00
|
|
|
endscript
|
2014-10-19 11:09:01 +02:00
|
|
|
}
|