You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the reverse proxy you'd like
HAProxy is a free, very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers a significant portion of the world's most visited ones. Over the years it has become the de-facto standard opensource load balancer, is now shipped with most mainstream Linux distributions, and is often deployed by default in cloud platforms. Since it does not advertise itself, we only know it's used when the admins report it :-)
Describe the reverse proxy you'd like
HAProxy is a free, very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for very high traffic web sites and powers a significant portion of the world's most visited ones. Over the years it has become the de-facto standard opensource load balancer, is now shipped with most mainstream Linux distributions, and is often deployed by default in cloud platforms. Since it does not advertise itself, we only know it's used when the admins report it :-)
Does the reverse proxy provide middleware/module/extension support
For more complex scripts, you can use LUA: https://docs.haproxy.org/3.2/configuration.html#3.1-lua-load
Some examples: https://www.haproxy.com/blog/5-ways-to-extend-haproxy-with-lua - https://github.com/haproxytechblog/haproxy-lua-samples
Since 2.8 you can use event API : https://www.haproxy.com/blog/your-starter-guide-to-using-the-haproxy-lua-event-framework
PS: You can close this issue : #563
The text was updated successfully, but these errors were encountered: