Sign in
nginx
/
nginx-pkgoss
/
492a44c3e851c6c6a5616266fd6d84715da82f4a
/
.
/
debian
/
nginx.logrotate
blob: 24139f605b57c9a122f86fcaa7f841c5f46f0498 [
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
}