Skip to content

Instantly share code, notes, and snippets.

@krams915
Created October 8, 2011 06:21
Show Gist options
  • Save krams915/1271940 to your computer and use it in GitHub Desktop.
Save krams915/1271940 to your computer and use it in GitHub Desktop.
logrotate.d/haproxy
/var/log/haproxy*.log
{
rotate 4
weekly
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
reload rsyslog >/dev/null 2>&1 || true
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment