e0fa9ec4cefd9e43713851196eb82657cb546553
[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 }