Difference between revisions of "Nginx"

From OnnoWiki
Jump to navigation Jump to search
Line 61: Line 61:
 
* [http://www.linuxjournal.com/article/10108 Linux Journal article on nginx]
 
* [http://www.linuxjournal.com/article/10108 Linux Journal article on nginx]
 
* [http://www.o3magazine.com/4/a/0/2.html Open Source SSL Acceleration with Nginx]
 
* [http://www.o3magazine.com/4/a/0/2.html Open Source SSL Acceleration with Nginx]
 
==Lebih Dalam==
 
 
* [[nginx: instalasi https]]
 
 
  
 
==Pranala Menarik==
 
==Pranala Menarik==

Revision as of 02:50, 30 May 2020

nginx (pronounced “engine-x”) is a lightweight, high-performance Web server/reverse proxy and e-mail (IMAP/POP3) proxy, licensed under a BSD-like license. It runs on Unix, Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows.

Overview

Nginx quickly delivers static content with efficient use of system resources. It can deploy dynamic HTTP content on a network using FastCGI handlers for scripts, and can serve as a very capable software load balancer.

Nginx uses an asynchronous event-driven approach to handling requests which provides more predictable performance under load, in contrast to the Apache HTTP server model that uses a threaded or process-oriented approach to handling requests.

Usage

Originally, nginx was developed to fill the needs of various websites run by Rambler, for which it was serving 500 million requests per day as of September 2008.

According to Netcraft's January 2011 Web Server Survey, nginx was found to be the fourth most widely used web server across all domains (7.50% of surveyed sites) and the fourth most widely used web server for all “active” sites (8.23% of surveyed sites). According to W3Techs, it is used on 5.3% of the top 1 million websites, and gains around 0.2% per month.

Basic HTTP features

Mail proxy features

Lebih Detail

Referensi

Pranala Menarik