arch-ppa/src/nginx-mainline-rtmp/logrotate

11 lines
186 B
Plaintext
Raw Normal View History

2016-12-22 19:07:59 -05:00
/var/log/nginx/*log {
missingok
notifempty
create 640 http log
sharedscripts
compress
postrotate
test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
endscript
}