*/10 * * * * root /usr/sbin/logrotate /etc/logrotate.d/intigua_nginx
*/10 * * * * root /usr/sbin/logrotate /etc/logrotate.d/catalina

# Nginx
# 10  0  *  *  *  root find /var/log/nginx/ -name "access.*" -type f -mtime +5 | xargs --no-run-if-empty rm
# 10  0  *  *  *  root find /var/log/nginx/ -name "error.*" -type f -mtime +10 | xargs --no-run-if-empty rm
*/3 * * * * root find /var/log/nginx/ -type f -name "*.log" | xargs --no-run-if-empty chgrp adm
*/3 * * * * root find /var/log/nginx/ -type f -name "*.log" | xargs --no-run-if-empty chmod g+r
0 0 * * * root find /var/log/nginx/ -type f -mtime +1 | xargs --no-run-if-empty rm -f

