HAProxy: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 32: | Line 32: | ||
| valign="top" | | | valign="top" | | ||
* [https://www.haproxy.com/blog/haproxy-configuration-basics-load-balance-your-servers/ HAProxy Configuration Basics] | |||
* [https://www.haproxy.com/blog/how-to-install-haproxy-on-ubuntu/ Install HAProxy on Ubuntu] | * [https://www.haproxy.com/blog/how-to-install-haproxy-on-ubuntu/ Install HAProxy on Ubuntu] | ||
* [[Convention for Projects]] | * [[Convention for Projects]] |
Revision as of 07:52, 5 March 2022
sudo apt install haproxy sudo apt install --no-install-recommends software-properties-common sudo add-apt-repository ppa:vbernat/haproxy-2.4 -y sudo apt install haproxy=2.4.\* haproxy -v
References
| ||