nghttp2/contrib/nghttpx-logrotate

12 lines
172 B
Plaintext

/var/log/nghttpx/*.log {
weekly
rotate 52
missingok
compress
delaycompress
notifempty
postrotate
killall -USR1 nghttpx 2> /dev/null || true
endscript
}