Delete nginx logs after 1 day old


# Add as cronjob
* * * * *  find  /var/log/nginx/*.log* -mtime +1 -exec rm -f {} \;
comments powered byDisqus