nginx nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP UDP proxy server, and mail proxy server Originally written by Igor Sysoev and distributed under the 2-clause BSD License Known for flexibility and high performance with low resource utilization, nginx is: the world's most popular web server ;
nginx documentation nginx documentation Introduction Installing nginx; Building nginx from Sources; Beginner’s Guide; Admin’s Guide; Controlling nginx; Connection processing methods; Setting up hashes; A debugging log; Logging to syslog; Configuration file measurement units; Command-line parameters; nginx for Windows; Support for QUIC and HTTP 3; How nginx
nginx nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP UDP proxy server, and mail proxy server Originally written by Igor Sysoev and distributed under the 2-clause BSD License
Installing nginx Installing nginx nginx can be installed differently, depending on the operating system Installation on Linux For Linux, nginx packages from nginx org can be used Installation on FreeBSD On FreeBSD, nginx can be installed either from the packages or through the ports system The ports system provides greater flexibility, allowing selection
Beginner’s Guide This guide describes how to start and stop nginx, and reload its configuration, explains the structure of the configuration file and describes how to set up nginx to serve out static content, how to configure nginx as a proxy server, and how to connect it with a FastCGI application
nginx for Windows To install nginx Windows, download the latest mainline version distribution (1 27 5), since the mainline branch of nginx contains all known fixes Then unpack the distribution, go to the nginx-1 27 5 directory, and run nginx
Using nginx as HTTP load balancer It is possible to use nginx as a very efficient HTTP load balancer to distribute traffic to several application servers and to improve performance, scalability and reliability of web applications with nginx
Example nginx configuration Example nginx configuration An example site configuration that passes all requests to the backend except images and requests starting with " download "