HAProxy: Difference between revisions
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
| valign="top" | | | valign="top" | | ||
* [https://serverfault.com/questions/768575/ HAProxy » ACL multiple OR conditions] | * [https://serverfault.com/questions/768575/ HAProxy » ACL multiple OR conditions] | ||
* [https://discourse.haproxy.org/t/acl-condition-with-and/3190/5 HAProxy » ACL condition with AND] | |||
* [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://www.haproxy.com/blog/introduction-to-haproxy-acls/ HAProxy » Introduction to ACLs] | |||
* [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://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] | ||
|- | |- | ||
Line 49: | Line 49: | ||
| valign="top" | | | valign="top" | | ||
* [[Convention for Projects]] | * [[Convention for Projects]] | ||
* [[PostgreSQL]] | |||
* [[Camunda]] | |||
| valign="top" | | | valign="top" | |
Revision as of 09:20, 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