Sign in
nginx
/
nginx-pkgoss
/
refs/tags/nginx-1.6.3
/
.
/
debian
/
logrotate
blob: a94b400002647d62abdc56a184da058c94471c2c [
file
] [
log
] [
blame
]
/var/
log
/
nginx
/*.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
create 640 nginx adm
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}