Difference between revisions of "HAProxy"
Jump to navigation
Jump to search
(Created page with "[https://www.haproxy.com/ HAProxy] is the High Availability Proxy and is used in QualityBox to proxy services to the outside world. HAProxy does * Load Balancing * High Avai...") |
|||
Line 7: | Line 7: | ||
* Security | * Security | ||
* Microservices | * Microservices | ||
+ | |||
+ | == Testing == | ||
+ | If you change the configuration, you can check the config file with <code>haproxy -f /etc/haproxy/haproxy.cfg -c</code> | ||
[[Category:QualityBox]] | [[Category:QualityBox]] |
Revision as of 18:18, 22 August 2018
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
Testing[edit | edit source]
If you change the configuration, you can check the config file with haproxy -f /etc/haproxy/haproxy.cfg -c