Skip to content

Instantly share code, notes, and snippets.

@Markbnj
Created August 11, 2015 21:13
Show Gist options
  • Save Markbnj/94c476bbe1072b9b20bd to your computer and use it in GitHub Desktop.
Save Markbnj/94c476bbe1072b9b20bd to your computer and use it in GitHub Desktop.
Install haproxy
sudo apt-add-repository ppa:vbernat/haproxy-1.5
sudo apt-get update
sudo apt-get -qy install haproxy
sudo cp /etc/haproxy/haproxy.cfg /etc/haproxy/haproxy.cfg.orig
# To enable logging edit /etc/rsyslog.conf to match the following:
#
# provides UDP syslog reception
# $ModLoad imudp
# $UDPServerRun 514
# $UDPServerAddress 127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment