Imported Upstream version 1.0.0
[platform/upstream/nghttp2.git] / contrib / nghttpx-logrotate
1 /var/log/nghttpx/*.log {
2   weekly
3   rotate 52
4   missingok
5   compress
6   delaycompress
7   notifempty
8   postrotate
9     killall -USR1 nghttpx 2> /dev/null || true
10   endscript
11 }