mirror of
https://github.com/opsschool/curriculum.git
synced 2025-12-06 00:19:45 +01:00
Merge pull request #280 from gtilma/master
Add nginx paragraph, update dead link
This commit is contained in:
commit
97c4b41d88
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
|
|
@ -70,5 +70,5 @@ http://www.snowplow.org/tom/worm/worm.html
|
|||
|
||||
/bin/false is not security
|
||||
--------------------------
|
||||
http://www.semicomplete.com/articles/ssh-security/
|
||||
https://web.archive.org/web/20150907095805/http://www.semicomplete.com/articles/ssh-security
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user