Difference between revisions of "HAProxy"

From Freephile Wiki
Jump to navigation Jump to search
 
Line 9: Line 9:
  
 
== Docs ==
 
== Docs ==
https://cbonte.github.io/haproxy-dconv/
+
https://docs.haproxy.org/
  
== Testing ==
+
== Test your configuration ==
 
If you change the configuration, you can check the config file with <code>sudo haproxy -f /etc/haproxy/haproxy.cfg -c</code>
 
If you change the configuration, you can check the config file with <code>sudo haproxy -f /etc/haproxy/haproxy.cfg -c</code>
  
 
[[Category:QualityBox]]
 
[[Category:QualityBox]]
 +
[[Category:Cloud]]

Latest revision as of 10:08, 23 October 2024

HAProxy is the High Availability Proxy and is used in QualityBox to proxy services to the outside world.

HAProxy does

  • Load Balancing
  • High Availability
  • Application Acceleration
  • Security
  • Microservices

Docs[edit | edit source]

https://docs.haproxy.org/

Test your configuration[edit | edit source]

If you change the configuration, you can check the config file with sudo haproxy -f /etc/haproxy/haproxy.cfg -c