Nginx

Nginx (pronounced engine x /ˌɛndʒɪnˈɛks/ EN-jin-EKS, stylized as NGINX or nginx) is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.

The software was created by Russian developer Igor Sysoev and publicly released in 2004. Nginx is free and open-source software, released under the terms of the 2-clause BSD license. A large fraction of web servers use Nginx, often as a load balancer.

NGINX
Original author(s)Igor Sysoev
Developer(s)F5, Inc.
Initial release4 October 2004; 19 years ago (2004-10-04)
Preview release
1.25.4 Edit this on Wikidata / 14 February 2024
Repository
Written inC
Operating systemBSD variants, HP-UX, IBM AIX, Linux, macOS, Solaris, Microsoft Windows, and other *nix flavors
TypeWeb server, reverse/mail proxy server
LicenseNginx: BSD-2-Clause License
Nginx Plus: Proprietary software
Websitenginx.org Edit this at Wikidata

A company of the same name was founded in 2011 to provide support and NGINX Plus paid software. In March 2019, the company was acquired by F5, Inc. for $670 million.

Popularity

As of June 2022, W3Tech's web server count of all web sites ranked Nginx first with 33.6%. Apache was second at 31.4% and Cloudflare Server third at 21.6%. As of March 2022, Netcraft estimated that Nginx served 22.01% of the million busiest websites with Apache a little ahead at 23.04%. Cloudflare at 19.53% and Microsoft Internet Information Services at 5.78% rounded out the top four servers for the busiest websites. Some of Netcraft's other statistics show Nginx ahead of Apache.

A 2018 survey of Docker usage found that Nginx was the most commonly deployed technology in Docker containers. In OpenBSD version 5.2 (November 2012), Nginx became part of the OpenBSD base system, providing an alternative to the system's fork of Apache 1.3, which it was intended to replace, but later in version 5.7 (November 2014) it was removed in favor of OpenBSD's own httpd(8).

Features

Nginx is easy to configure in order to serve static web content or to act as a proxy server.

Nginx can be deployed to also serve dynamic content on the network using FastCGI, SCGI handlers for scripts, WSGI application servers or Phusion Passenger modules, and can serve as a software load balancer.

Nginx uses an asynchronous event-driven approach, rather than threads, to handle requests. Nginx's modular event-driven architecture can provide predictable performance under high loads.

HTTP proxy and Web server features

Mail proxy features

Other features include upgrading executable and configuration without client connections loss, and a module-based architecture with both core and third-party module support.

The paid Plus product includes additional features such as advanced load balancing and access to an expanded suite of metrics for performance monitoring.

Nginx vs Nginx Plus

There are two versions of Nginx: Nginx Open Source and Nginx Plus.

Nginx Open Source is free and open-source software.

Nginx Plus is sold as a subscription model. It offers features in addition to Nginx Open Source, such as active health checks, session persistence based on cookies, DNS-service-discovery integration, Cache Purging API, AppDynamic, Datalog, Dynatrace New Relic plug-ins, Active-Active HA with config sync, Key-Value Store, on-the-fly with zero downtime updates upstream configurations, and key‑value stores using Nginx Plus API and web application firewall (WAF) dynamic module.

Nginx in comparison to Apache

Nginx was written with an explicit goal of outperforming the Apache web server. While in the past Nginx used to outperform Apache, since Apache 2.4 they offer similar performance. This former performance boost came at a cost of decreased flexibility, such as the ability to override system-wide access settings on a per-file basis (Apache accomplishes this with an .htaccess file, while Nginx has no such feature built in).

Formerly, adding third-party modules to Nginx required recompiling the application from source with the modules statically linked. This was partially overcome in version 1.9.11 in February 2016, with the addition of dynamic module loading. However, the modules still must be compiled at the same time as Nginx, and not all modules are compatible with this system; some require the older static linking process.

Nginx Unit

Nginx Unit is an open-source web application server, released in 2017 by NGINX, Inc. to target multi-language microservices-based applications. The initial release supported applications written in Go, PHP, and Python. By version 1.11.0, the support was extended to Java, Node.js, Perl, and Ruby applications; other features include dynamic configuration, request routing, and load balancing.

History

Igor Sysoev began development of Nginx in 2002. Originally, Nginx was developed to solve the C10k problem, and to fill the needs of multiple websites including the Rambler search engine and portal, for which it was serving 500 million requests per day by September 2008.

Nginx Inc. was founded in July 2011 by Sysoev and Maxim Konovalov to provide commercial products and support for the software.

The company's principal place of business is San Francisco, California, while legally incorporated in British Virgin Islands.

In October 2011, Nginx, Inc. raised $3 million from BV Capital, Runa Capital, and MSD Capital, Michael Dell's venture fund.

The company announced commercial support options for companies using Nginx in production. Nginx offered commercial support in February 2012, and paid Nginx Plus subscription in August 2013. Support packages focus on installation, configuration, performance improvement, etc. Support includes proactive notifications about major changes, security patches, updates and patches. Nginx, Inc. also offers consulting services to assist customers in custom configuration or adding additional features.

In October 2013, Nginx, Inc. raised a $10 million series B investment round led by New Enterprise Associates. That round included previous investors, as well as Aaron Levie, CEO and founder of Box.com. In December 2014, Nginx raised a $20 million series B1 round led by New Enterprise Associates, with participation from e.ventures (formerly BV Capital), Runa Capital, Index Ventures and Nginx's own CEO Gus Robertson.

In September 2017, Nginx announced an API management tool, NGINX Controller, which would build off of their API Gateway, NGINX Plus. In October 2017, Nginx, Inc. announced general available Nginx Amplify SaaS providing monitoring and analytics capabilities for Nginx.

In June 2018, Nginx, Inc. raised $43 million in Series C Funding in a round led by Goldman Sachs "to Accelerate Application Modernization and Digital Transformation for Enterprises".

On 11 March 2019, F5, Inc. acquired Nginx, Inc. for US$670 million.

On 12 December 2019, it was reported that the Moscow offices of Nginx Inc. had been raided by police, and that Sysoev and Konovalov had been detained. The raid was conducted under a search warrant connected to a copyright claim over Nginx by Rambler—which asserts that it owns all rights to the code because it was written while Sysoev was an employee of the company. On 16 December 2019, Russian state lender Sberbank, which owns 46.5 percent of Rambler, called an extraordinary meeting of Rambler's board of directors asking Rambler's management team to request Russian law enforcement agencies cease pursuit of the criminal case, and begin talks with Nginx and with F5.

On 18 January 2022, it was announced that Igor Sysoev was leaving Nginx and F5.

In late 2022, Angie, an open source fork of Nginx was released by some of the former Nginx developers. Igor Sysoev is not actively involved in this project.

In February 2024, Maxim Dounin, one of Nginx's core developers, created a Nginx fork called freenginx. In the open letter announcing the creation, Maxim Dounin criticised F5's interference with Nginx's development.

See also

References

Tags:

Nginx PopularityNginx FeaturesNginx vs PlusNginx in comparison to ApacheNginx UnitNginx HistoryNginx

🔥 Trending searches on Wiki English:

Maundy ThursdayList of Marvel Cinematic Universe filmsElon MuskShah Rukh KhanAnyone but YouRon Harper (actor)Jeremy Allen WhiteJapan Air Lines Flight 123Malaysia national football teamTwitterShikhar DhawanDali (container ship)2023 Indian Premier League69 (sex position)Kriti SanonCape Verde2026 FIFA World Cup qualification (UEFA)Philippe TroussierSeptember 11 attacksList of American films of 2024City (artwork)SenegalGoogle MapsKristen WiigEnglish languageLisa LillienDeadpool & WolverineDinesh KarthikCassie VenturaAdolf HitlerGodzilla Minus OneDani AlvesSylvester StalloneJosh HawleyJasmin ParisBharatiya Janata PartyMacky SallLeonardo DiCaprioPeter AngelosJerry TrainorCaliforniaMV Dali (2015)RobloxKathy Griffin2022 FIFA World CupAlex SharpChristian BaleChaturbateList of countries and dependencies by populationJosh PeckSeven deadly sinsJesse PalmerSnapchatRobert LewandowskiJeremie FrimpongAnatomy of a FallCameron DiazGame of ThronesRobert F. Kennedy Jr.StripchatHamasJamie Lynn SpearsNeymarGeorge WashingtonKevin Von ErichBlackRockNCIS (season 21)Al B. Sure!The Iron Claw (film)Adam NeumannAndre Jin CoquillardNicholas GalitzineWorld War IITruman CapoteChristina ApplegateChennai Super KingsJimmy CarterPhilippines🡆 More