HAProxy: Difference between revisions
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
* [https://www.haproxy.com/blog/haproxy-configuration-basics-load-balance-your-servers/ HAProxy » Configuration Basics] | * [https://www.haproxy.com/blog/haproxy-configuration-basics-load-balance-your-servers/ HAProxy » Configuration Basics] | ||
* [https://docs.haproxy.org/2.4/configuration.html HAProxy » Configuration » 2.4] | * [https://docs.haproxy.org/2.4/configuration.html HAProxy » Configuration » 2.4] | ||
* [https://docs.haproxy.org/2.4/management.html HAProxy » Management » 2.4] | |||
* [https://www.haproxy.com/blog/how-to-install-haproxy-on-ubuntu/ HAProxy » Install on Ubuntu] | * [https://www.haproxy.com/blog/how-to-install-haproxy-on-ubuntu/ HAProxy » Install on Ubuntu] | ||
* [https://docs.haproxy.org/ HAProxy » Documentation] | * [https://docs.haproxy.org/ HAProxy » Documentation] | ||
* [[PostgreSQL]] | * [[PostgreSQL]] | ||
* [[Camunda]] | * [[Camunda]] | ||
Line 48: | Line 48: | ||
|- | |- | ||
| valign="top" | | | valign="top" | | ||
* [[Convention for Projects]] | |||
| valign="top" | | | valign="top" | |
Revision as of 09:12, 4 April 2023
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
| ||