HAProxy: Difference between revisions
From Freephile Wiki
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
* Microservices | * Microservices | ||
== | == Docs == | ||
If you change the configuration, you can check the config file with <code>haproxy -f /etc/haproxy/haproxy.cfg -c</code> | https://docs.haproxy.org/ | ||
== 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> | |||
[[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
Test your configuration
If you change the configuration, you can check the config file with sudo haproxy -f /etc/haproxy/haproxy.cfg -c