Created
June 8, 2019 14:30
-
-
Save peerasan/9523b74d12694bcd9d9350ffec105254 to your computer and use it in GitHub Desktop.
install haproxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get install software-properties-common | |
| add-apt-repository ppa:vbernat/haproxy-1.9 | |
| apt-get update | |
| apt-get install haproxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment