Merge branch 'wzyboy-patch-logrotate'
This commit is contained in:
commit
a67a8fabff
|
@ -1,18 +1,11 @@
|
||||||
/var/log/nghttpx/*.log {
|
/var/log/nghttpx/*.log {
|
||||||
weekly
|
weekly
|
||||||
missingok
|
|
||||||
rotate 52
|
rotate 52
|
||||||
|
missingok
|
||||||
compress
|
compress
|
||||||
delaycompress
|
delaycompress
|
||||||
notifempty
|
notifempty
|
||||||
create 0640 www-data adm
|
|
||||||
sharedscripts
|
|
||||||
prerotate
|
|
||||||
if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
|
|
||||||
run-parts /etc/logrotate.d/httpd-prerotate; \
|
|
||||||
fi \
|
|
||||||
endscript
|
|
||||||
postrotate
|
postrotate
|
||||||
[ -s /run/nghttpx.pid ] && kill -USR1 `cat /run/nghttpx.pid`
|
killall -USR1 nghttpx 2> /dev/null || true
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue