Web Servers

Nginx

Nginx (pronounced “engine-x”) is a web server andreverse-proxy for HTTP, SMTP, and other protocols. It is known for itshigh performance, relative simplicity, and compatibility with manyapplication servers (like WSGI servers). It also includes handy featureslike load-balancing, basic authentication, streaming, and others. Designedto serve high-load websites, Nginx is gradually becoming quite popular.