%PDF- %PDF-
| Direktori : /proc/self/root/proc/self/root/proc/10578/root/etc/logrotate.d/ |
| Current File : //proc/self/root/proc/self/root/proc/10578/root/etc/logrotate.d/nginx |
/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
}