Nginx

Nginx (pronounced "engine X",[8] /ˌɛnɪnˈɛks/ EN-jin-EKS), stylized as NGINX, 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 Igor Sysoev and publicly released in 2004.[9] 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,[10] often as a load balancer.[11]

Nginx
Original author(s)Igor Sysoev
Developer(s)Nginx, Inc.
Initial release4 October 2004 (2004-10-04)[1]
Stable release1.18.0[2] (21 April 2020 (2020-04-21)) [±]
Preview release1.19.6[3] (15 December 2020 (2020-12-15)) [±]
Repository
Written inC[4]
Operating systemBSD variants, HP-UX, IBM AIX, Linux, macOS, Solaris, Microsoft Windows,[5] and other *nix flavors[6]
TypeWeb server, reverse/mail proxy server
License2-clause BSD[7]
Websitenginx.org

A company of the same name was founded in 2011 to provide support and Nginx Plus paid software.[12] In March 2019, the company was acquired by F5 Networks for $670 million.[13]

As of January 2021, Netcraft estimated that Apache served 24.63% of the million busiest websites, while Nginx served 23.21% and Microsoft is in third place at 6.85% (for some of Netcraft's other stats Nginx is ahead of Apache),[14] while according to W3Techs, Apache is ranked first at 35.0% and Nginx second at 33.0% and Cloudflare Server third at 17.3%.[15]

Popularity

According to Netcraft's November 2016 Web Server Survey,[16] Nginx was the second-most widely used web server across all "active" sites (18 percent of surveyed sites) and for the top million busiest sites (28 percent of surveyed sites). According to W3Techs, it was used by 38 percent of the top 1 million websites, 50 percent of the top 100,000 websites, and by 57 percent of the top 10,000 websites.[17] According to BuiltWith, it is used on 38 percent of the top 10,000 websites, and its growth within the top 10k, 100k and 1 million segments increased.[18] A 2018 survey of Docker usage found that Nginx was the most commonly deployed technology in Docker containers.[19] 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,[20] but later in version 5.6 (November 2014) it was removed in favor of Apache with OpenBSD's own httpd(8).[21]

Features

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

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

Nginx default configuration file is nginx.conf, usually found in /usr/local/nginx/conf, /etc/nginx, or /usr/local/etc/nginx.[26]

HTTP proxy and Web server features

Mail proxy features

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

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

Nginx vs Nginx Plus

There are two versions of Nginx: OSS Nginx and Nginx Plus. Nginx Plus offers additional features not included in OSS Nginx, 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[44] and web application firewall (WAF) dynamic module.[45]

Nginx vs Apache

Nginx was written with an explicit goal of outperforming the Apache web server.[46] Out of the box, serving static files, Nginx uses much less memory than Apache, and can handle roughly four times as many requests per second.[47] However, this performance boost comes at a cost of decreased flexibility, such as the ability to override systemwide access settings on a per-file basis (Apache accomplishes this with an .htaccess file, while Nginx has no such feature built in).[48][49]

Nginx also has a reputation of being harder to install and configure than Apache.[50] 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.[51] 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.[52]

Nginx is generally considered to be less stable on Windows Server than it is on Linux, while Apache has equal support for both.[50]

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.[53] 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.[54][55]

History

Nginx, Inc.
TypePrivate
IndustryTechnology
Founded2011
Headquarters
San Francisco, California, U.S.[12]
Key people
Gus Robertson (CEO), Igor Sysoev (CTO)
ProductsNginx web server, nginx amplify saas, nginx controller, nginx unix and nginx web application firewall
Websitenginx.com

Igor Sysoev began development of Nginx in 2002.[9] 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.[56]

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

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

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

The company announced commercial support options for companies using Nginx in production. Nginx offered commercial support in February 2012,[60][61] and paid Nginx Plus subscription in August 2013.[62]Support packages focus on installation, configuration, performance improvement, etc.[63] 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.[64]

In October 2013, Nginx, Inc. raised a $10 million series B investment round led by New Enterprise Associates.[65] That round included previous investors, as well as Aaron Levie, CEO and founder of Box.com.[66][67] 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.[68][69]

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

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".[73]

On 11 March 2019, F5 Networks acquired Nginx, Inc. for US$670 million.[74]

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.[75] 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.[76]

See also

References

  1. "CHANGES". Retrieved 16 May 2017.
  2. "CHANGES-1.18". nginx.org.
  3. "CHANGES". nginx.org. Retrieved 10 January 2021.
  4. "The NGINX Open Source Project on Ohloh". ohloh.net. Retrieved 7 March 2013.
  5. "nginx for Windows". Retrieved 28 May 2014.
  6. "Tested OS and platforms". Retrieved 15 October 2011.
  7. "Licensing". Retrieved 18 January 2013.
  8. "Igor Sysoev". sysoev.ru. Retrieved 1 June 2018.
  9. Tony Mobily (5 January 2012). "Interview with Igor Sysoev, author of Apache's competitor NGINX". Free Software Magazine. Archived from the original on 19 October 2013. Retrieved 18 October 2013.
  10. "January 2017 Web Server Survey - Netcraft". news.netcraft.com. Retrieved 1 June 2018.
  11. "Use NGINX as a Front-end Proxy and Software Load Balancer". Retrieved 1 June 2018.
  12. "Notice of Exempt Offering of Securities". Form D. US Securities and Exchange Commission 17 October 2013. Retrieved 15 September 2016.
  13. "F5 acquires NGINX for $670M to move into open-source, multi-cloud services". TechCrunch. Retrieved 12 March 2019.
  14. "December 2020 Web Server Survey". Netcraft News. Retrieved 27 January 2021.
  15. "Usage Statistics and Market Share of Web Servers, January 2021". w3techs.com. Retrieved 27 January 2021.
  16. "November 2016 Web Server Survey". 22 November 2016. Retrieved 19 December 2016.
  17. "Usage of web servers broken down by ranking". 19 December 2016. Retrieved 19 December 2016.
  18. "Builtwith: nginx Usage Statistics". 19 December 2016. Retrieved 19 December 2016.
  19. "8 surprising facts about real Docker adoption". 13 June 2018. Retrieved 21 June 2018.
  20. "OpenBSD Upgrade Guide: 5.1 to 5.2". openbsd.org. 6 November 2012.
  21. "Heads Up: Nginx Removed From Base".
  22. "Use NGINX as a Front-end Proxy and Software Load Balancer". Linode Guides & Tutorials. Retrieved 1 June 2018.
  23. "Welcome to NGINX Wiki! - NGINX". nginx.com.
  24. "The Architecture of Open Source Applications (Volume 2): nginx". aosabook.org. Retrieved 10 June 2015.
  25. "How to Configure NGINX". Linode Guides & Tutorials. 8 March 2018.
  26. "Beginner's Guide". nginx.org. Retrieved 1 June 2018.
  27. "NGINX Docs | NGINX Reverse Proxy". NGINX Documentation.
  28. "NGINX Docs | HTTP Load Balancing". NGINX Documentation.
  29. "Module ngx_http_upstream_module". nginx.org. Retrieved 14 August 2012.
  30. "Introducing gRPC Support with NGINX 1.13.10". NGINX. 17 March 2018.
  31. "WebSocket proxying". nginx.org.
  32. "WebSocket proxying". nginx.org.
  33. "Using NGINX as a WebSocket Proxy". NGINX. 17 May 2014.
  34. "Proxy: support for connection upgrade (101 Switching Protocols)". trac.nginx.org. 19 February 2013. Retrieved 21 February 2013.
  35. Murenin, Constantine A. (18 February 2013). "A dynamic web-site written wholly in nginx.conf? Introducing mdoc.su!". nginx@nginx.org (Mailing list). Retrieved 24 December 2014.
  36. Murenin, Constantine A. (24 February 2013). "mdoc.su – Short manual page URLs for FreeBSD, OpenBSD, NetBSD and DragonFly BSD". Retrieved 24 December 2014.
  37. "NGINX Docs | Configuring NGINX as a Mail Proxy Server". NGINX Documentation.
  38. "Module ngx_mail_auth_http_module". nginx.org. Retrieved 13 September 2012.
  39. "Official documentation: Controlling nginx". nginx.org. Retrieved 3 December 2011.
  40. "nginx documentation". nginx.org. Retrieved 9 June 2015.
  41. "3rdPartyModules – Nginx Community". wiki.nginx.org. Retrieved 9 June 2015.
  42. "How to monitor NGINX". Datadog. 9 July 2015. Retrieved 9 July 2015.
  43. "Application Load Balancing with NGINX Plus". NGINX. Retrieved 9 July 2015.
  44. "Load balancing with NGINX Plus". Retrieved 1 June 2018.
  45. "NGINX Plus is a software load balancer, web server, and content cache system". Retrieved 1 June 2018.
  46. "NGINX vs. Apache: Our View of a Decade-Old Question". NGINX. 9 October 2015. Retrieved 28 December 2016.
  47. "Web server performance comparison". DreamHost. Retrieved 28 December 2016.
  48. Jankov, Tonino (13 June 2018). "Apache vs Nginx Performance: Optimization Techniques — SitePoint". SitePoint. Retrieved 22 October 2018.
  49. "Which web server should you use — Apache or NGINX?". TechRepublic.
  50. "Choosing Between Apache and NGINX for Your Web Hosting Needs". Hosting Canada.
  51. "CHANGES-1.10". nginx.org. 31 January 2017.
  52. "Introducing Dynamic Modules in NGINX 1.9.11 - NGINX". NGINX. 9 February 2016. Retrieved 13 January 2017.
  53. "Nginx goes beyond its server roots and launches its application platform". techcrunch.com. 6 September 2017. Retrieved 15 April 2020.
  54. "CHANGES". unit.nginx.org. Retrieved 15 April 2020.
  55. "March 2020 Web Server Survey". news.netcraft.com. 20 March 2020. Retrieved 15 April 2020.
  56. "Nginx: the High-Performance Web Server and Reverse Proxy". Linux Journal. 1 September 2008. Retrieved 16 August 2009.
  57. "Maxim Konovalov". NGINX. Retrieved 13 October 2019.
  58. "Company". nginx.com. 3 January 2012. Retrieved 24 February 2012.
  59. Natasha Starkell (11 October 2011). "Russian Nginx Raises $3 Million From International Investors". Techcrunch. Retrieved 20 November 2014.
  60. Darryl K. Taft (8 February 2012). "NGINX Launches Commercial Support for Open-Source Web Server". e Week. Retrieved 18 October 2013.
  61. Steven J. Vaughan-Nichols (8 February 2012). "Commercial Support now available for the open-source NGINX Web server". ZDNet Open Source blog. Retrieved 18 October 2013.
  62. "Nginx Inc. Launches NGINX Plus". 22 August 2013.
  63. Taft, Darryl K. (8 February 2012). "NGINX Launches Commercial Support for Open-Source Web Server". eweek.com. Retrieved 24 February 2012.
  64. "Commercial Support now available for the open-source NGINX Web server". ZDNet. 8 February 2012. Retrieved 28 February 2012.
  65. Sean Michael Kerner (16 October 2013). "Nginx Raises $10 Million in New Funding for Server Development". e Week. Retrieved 18 October 2013.
  66. Frederic Lardinois (15 October 2013). "Nginx Raises $10M Series B Round Led By NEA". Techcrunch. Retrieved 20 November 2014.
  67. Jolie O'Dell (15 October 2013). "Nginx ties up a sweet $10M funding deal and hundreds of millions of users". Venture Beat. Retrieved 18 October 2013.
  68. Frederic Lardinois (9 December 2014). "Nginx Raises $20M Series B1 Round To Drive International Expansion". Techcrunch. Retrieved 9 December 2014.
  69. Jordan Novet (9 December 2014). "Nginx gets $20M, because an open-source web server is just the beginning". VentureBeat. Retrieved 9 December 2014.
  70. "NGINX releases its new NGINX Application Platform". SD Times. 6 September 2017. Retrieved 7 November 2018.
  71. "Introducing NGINX API Management: Manage NGINX Plus API Gateways with NGINX Controller - NGINX". NGINX. 9 October 2018. Retrieved 7 November 2018.
  72. "NGINX Amplify is Generally Available - NGINX". 1 October 2017. Retrieved 4 June 2018.
  73. "NGINX Raises $43 Million in Series C Funding to Accelerate Application Modernization and Digital Transformation for Enterprises". Retrieved 11 October 2018.
  74. Vaughan-Nichols, Steven J. "F5 acquires NGINX: What to expect from the deal". ZDNet. Retrieved 12 December 2019.
  75. Cimpanu, Catalin. "Russian police raid NGINX Moscow office". ZDNet. Retrieved 12 December 2019.
  76. Tsydenova, Nadezhda. "Russia's Rambler drops effort for criminal case against Nginx web server". Reuters. Retrieved 4 May 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.