HAProxy: Difference between revisions

From Freephile Wiki
add docs
No edit summary
Line 12: Line 12:


== Testing ==
== Testing ==
If you change the configuration, you can check the config file with <code>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]]

Revision as of 10:35, 18 May 2020

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

https://cbonte.github.io/haproxy-dconv/

Testing

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