Your IP : 52.14.195.165


Current Path : /proc/5289/root/proc/9785/root/proc/9790/root/etc/logrotate.d/
Upload File :
Current File : //proc/5289/root/proc/9785/root/proc/9790/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
}