1/var/log/nghttpx/*.log { 2 weekly 3 rotate 52 4 missingok 5 compress 6 delaycompress 7 notifempty 8 postrotate 9 [ -s /var/run/nghttpx.pid ] && kill -USR1 `cat /var/run/nghttpx.pid` 2> /dev/null || true 10 endscript 11} 12