Open links in new tab
  1. 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 …

  2. nginx: download

    nginx-1.14.2 pgp nginx/Windows-1.14.2 pgp CHANGES-1.12 nginx-1.12.2 pgp nginx/Windows-1.12.2 pgp CHANGES-1.10 nginx-1.10.3 pgp nginx/Windows-1.10.3 pgp CHANGES-1.8 nginx-1.8.1 pgp …

  3. 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 …

  4. 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 …

  5. Beginner’s Guide

    When nginx selects a location block to serve a request it first checks location directives that specify prefixes, remembering location with the longest prefix, and then checks regular expressions. If there …

  6. 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, …

  7. Core functionality - nginx

    By default, nginx removes all environment variables inherited from its parent process except the TZ variable. This directive allows preserving some of the inherited variables, changing their values, or …

  8. NGINX Architecture – NGINX Community Blog

    NGINX leads the pack in web performance, and it’s all due to the way the product operates. Whereas many web servers and application servers use a simple threaded or process-based architecture, …

  9. Using nginx as HTTP load balancer

    All requests are proxied to the server group myapp1, and nginx applies HTTP load balancing to distribute the requests. Reverse proxy implementation in nginx includes load balancing for HTTP, …

  10. nginx security advisories

    nginx security advisories All nginx security issues should be reported to F5SIRT@f5.com or via one of the methods listed here. Patches are signed using one of the PGP public keys. Buffer overflow in …