Your IP : 216.73.216.209


Current Path : /etc/logrotate.d/
Upload File :
Current File : //etc/logrotate.d/ndn-ngxtls

# Ansible managed

/dh/nginx/servers/tls-term/var/logs/*.log
{
  daily
  missingok
  rotate 7
  compress
  delaycompress
  copytruncate
  notifempty
  create 600 root root
  sharedscripts
  prerotate
    /bin/sleep $((RANDOM%1000))
  endscript
}