Add paragraph on nginx

This commit is contained in:
Gerald Tilma
2015-09-23 23:43:42 -05:00
parent b4469a83e3
commit 935ac719b1

View File

@@ -112,6 +112,16 @@ connections). It supports health checks using the method built into AJP protocol
Nginx
-----
Nginx reverse proxy implementation supports load balancing for HTTP, HTTPS, FastCGI, uwsgi, SCGI,
and memcached. The default method is round-robin, but session persistence/stickiness (``ip_hash``)
and least connections (``least_conn``) methods are available. Flags for weighted load balancing and passive
server health checks can also be set on any of the backends.
`Nginx load balancing documentation`_
.. _Nginx load balancing documentation: http://nginx.org/en/docs/http/load_balancing.html
HAProxy
-------