FAQ

Page Discussion History

Main

(Difference between revisions)
Line 29: Line 29:
 
[http://www.nginx.org/en/download.html nginx-1.0.0] stable version has been released.<br />
 
[http://www.nginx.org/en/download.html nginx-1.0.0] stable version has been released.<br />
 
The repository is available at svn://svn.nginx.org.<br />
 
The repository is available at svn://svn.nginx.org.<br />
 +
<br />a
 +
Nginx development started about 9 years ago. The first public version 0.1.0 was released on October 4, 2004. Today, it serves [http://w3techs.com/technologies/overview/web_server/all 10.2% of all known websites] and [http://w3techs.com/technologies/breakdown/ws-nginx/top_level_domain 56.1%] of Russian sites according to w3techs.<br />
 
<br />
 
<br />
Nginx development started about 9 years ago. The first public version 0.1.0 was released on October 4, 2004. Now W3Techs reports that [http://w3techs.com/technologies/overview/web_server/all 6.8% of the top 1 million sites on the web] (according to Alexa) and [http://w3techs.com/technologies/breakdown/ws-nginx/top_level_domain 46.9%] of top Russian sites use nginx.<br />
+
The January 2012 survey undertaken by Netcraft revealed that Nginx served [http://news.netcraft.com/archives/2011/04/06/april-2011-web-server-survey.html 8.5% of the million busiest sites during the survey period] and [http://news.netcraft.com/archives/2011/04/06/april-2011-web-server-survey.html 12.2% of all active sites] during the same period.
<br />
+
Netcraft reports similar [http://news.netcraft.com/archives/2011/04/06/april-2011-web-server-survey.html 6.52% nginx share of the million busiest sites in April 2011].
+
 
</p>
 
</p>
  

Revision as of 04:20, 21 January 2012

Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Igor Sysoev started development of Nginx in 2002, with the first public release in 2004. Nginx now hosts nearly 12.18% (22.2M) of all domains worldwide. As Netcraft predicted, Nginx now surpasses Microsoft IIS as the second most popular web server.

Nginx is known for its high performance, stability, rich feature set, simple configuration, and low resource consumption.

Nginx is one of a handful of servers written to address the C10K problem. Unlike traditional servers, Nginx doesn't rely on threads to handle requests. Instead it uses a much more scalable event-driven (asynchronous) architecture. This architecture uses small, but more importantly, predictable amounts of memory under load.
Even if you don't expect to handle thousands of simultaneous requests, you can still benefit from Nginx's high-performance and small memory footprint. Nginx scales in all directions: from the smallest VPS all the way up to clusters of servers.

Nginx powers several high-visibility sites, such as WordPress, Hulu, Github, Ohloh, SourceForge, WhitePages and TorrentReactor.

Nginx lands $3M in funding, plans to open San Francisco headquarters

Open source web server developer NGINX has received $3 million in a fully subscribed Series A round. Today NGINX powers over 40,000,000 domains on the Internet, and over 20% of the top 1000 busiest websites around the world, including Facebook, Zappos, Groupon, LivingSocial, Hulu, TechCrunch, Dropbox and WordPress.

"Several of the companies we invested in were able to solve significant scaling issues by switching their web platforms to NGINX," said Thomas Gieselmann of BV Capital. "NGINX transparently and effectively enables the growth of the largest sites on the Internet today."

Read entire story

Vostok1.png

Nginx 1.0 is released!

Here we go!
nginx-1.0.0 stable version has been released.
The repository is available at svn://svn.nginx.org.

a Nginx development started about 9 years ago. The first public version 0.1.0 was released on October 4, 2004. Today, it serves 10.2% of all known websites and 56.1% of Russian sites according to w3techs.

The January 2012 survey undertaken by Netcraft revealed that Nginx served 8.5% of the million busiest sites during the survey period and 12.2% of all active sites during the same period.

Nginx-book-packt.png

Nginx book is available!

Clement Nedelcu has written the first English book covering Nginx including such topics as downloading and installing Nginx, configuring and using modules, and much more. It provides step-by-step tutorials for replacing your existing web server with Nginx. With commented configuration sections and in-depth module descriptions, you will be able to make the most of the performance potential offered by Nginx.

Several of the companies we invested in were able to solve significant scaling issues by switching their web platforms to NGINX. NGINX transparently and effectively enables the growth of the largest sites on the Internet today.

-- Thomas Gieselmann, BV Capital.


There are several translations of the information on this wiki. If you can help translate into your native language, please feel free to contribute.