HAProxy: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
| valign="top" | | | valign="top" | | ||
* [https://serverfault.com/questions/768575/ HAProxy » ACL multiple OR conditions] | |||
* [https://medium.com/@lalosaimi/haproxy-e5d39ca64a07 HAProxy » Spring Boot Application] | * [https://medium.com/@lalosaimi/haproxy-e5d39ca64a07 HAProxy » Spring Boot Application] | ||
* [https://www.jenkins.io/doc/book/system-administration/reverse-proxy-configuration-haproxy/ HAProxy » Jenkins Reverse Proxy] | * [https://www.jenkins.io/doc/book/system-administration/reverse-proxy-configuration-haproxy/ HAProxy » Jenkins Reverse Proxy] | ||
* [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://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] | |||
* [[Convention for Projects]] | * [[Convention for Projects]] | ||
* [[PostgreSQL]] | * [[PostgreSQL]] |
Revision as of 08:48, 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
| ||