The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nginx / nginx.logrotate
1 /var/log/nginx/*log {
2         missingok
3         create 640 http log
4         sharedscripts
5         compress
6         postrotate
7                 test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
8         endscript
9 }