Nginx


Contributors to Wikimedia projects

Article Images

nginx (pronounced "engine X") is a lightweight web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license.

nginx
Developer(s)Igor Sysoev
Stable release

0.6.32 / July 7, 2008

Preview release

0.7.16 / Sep 08, 2008

Repository
Operating systemUnix-like
TypeWeb server
LicenseBSD-like
Websitehttp://www.nginx.net/ http://www.nginx.ru

Users

Originally, nginx was developed to fill the needs of various websites run by Rambler. According to the September 2008 Netcraft survey, nginx is now used on 2,562,554 domains, making it the fifth most popular web server[1]. Large sites that use nginx include:

In addition, Zimbra includes nginx as POP3 and IMAP proxy/router [2].

Basic HTTP features

  • Handling of static files, index files and auto-indexing
  • Reverse proxy without caching, load balancing, and fault tolerance
  • SSL support
  • FastCGI support
  • Name- and IP-based virtual servers
  • FLV streaming
  • Web page access authentication

Mail proxy features

It is known to be able to run on UNIX, Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows (using Cygwin).

See also

References