Jump to content

Nginx: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Users: removed advert
Line 34: Line 34:
* [[Gravatar]]
* [[Gravatar]]
* [[YouPorn]]
* [[YouPorn]]
* [http://www.gcollab.com gcollab]


In addition, [[Zimbra]] includes nginx as POP3 and IMAP proxy/router <ref>[http://files.zimbra.com/website/docs/Zimbra%20OS%205.0%20Beta%202%20Release%20Notes.pdf Zimbra OS 5.0 beta 2 release notes]</ref>.
In addition, [[Zimbra]] includes nginx as POP3 and IMAP proxy/router <ref>[http://files.zimbra.com/website/docs/Zimbra%20OS%205.0%20Beta%202%20Release%20Notes.pdf Zimbra OS 5.0 beta 2 release notes]</ref>.

Revision as of 11:43, 16 October 2008

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

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

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