Sign in
nginx
/
nginx-pkgoss
/
78938bd94b113474deb9418c16fc8ac1a064daf0
/
.
/
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
}