Skip to content

Instantly share code, notes, and snippets.

@dubcl
Last active April 12, 2018 14:58
Show Gist options
  • Save dubcl/c27b9a7eae6f62137298f497bbcf4d38 to your computer and use it in GitHub Desktop.
Save dubcl/c27b9a7eae6f62137298f497bbcf4d38 to your computer and use it in GitHub Desktop.
Install haproxy 1.8 on Debian Stretch

Install haproxy 1.8 on Debian Stretch

https://haproxy.debian.net

echo "deb http://httpredir.debian.org/debian stretch-backports main" | tee /etc/apt/sources.list.d/backports.list
echo deb http://haproxy.debian.net stretch-backports-1.8 main | tee /etc/apt/sources.list.d/haproxy.list
curl https://haproxy.debian.net/bernat.debian.org.gpg | apt-key add -
apt-get update
apt-get install haproxy=1.8.\* -t stretch-backports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment