Sign in
nginx
/
nginx-pkgoss
/
6aae1a7578f139b7c7c5411ff0de89d623df186e
/
.
/
alpine
/
nginx.logrotate
blob: 584335a14812c971b762b4d2e770131caa2aff3a [
file
] [
log
] [
blame
]
/var/
log
/
nginx
/*.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
create 640 nginx adm
sharedscripts
postrotate
if [ -f /var/run/nginx.pid ]; then
kill -USR1 `cat /var/run/nginx.pid`
fi
endscript
}