Sign in
android-kvm
/
buildroot
/
a784191d3fd77a7af444495c065d55f1c5889943
/
.
/
package
/
nginx
/
nginx.logrotate
blob: e0fa9ec4cefd9e43713851196eb82657cb546553 [
file
] [
log
] [
blame
]
/var/
log
/
nginx
/*log {
missingok
create 640 http log
sharedscripts
compress
postrotate
test ! -r /var/run/nginx.pid || kill -USR1 `cat /var/run/nginx.pid`
endscript
}