Sign inSign up

xaviblanes/nginx-cookbook-2019

By xaviblanes

Updated almost 7 years ago

NGINX Cookbook><br> Advanced Recipes for High<br> Performance Load Balancing<br>

Image
0

1.7K

xaviblanes/nginx-cookbook-2019 repository overview

      ___           ___           ___           ___                         ___           ___           ___     
     /  /\         /  /\         /  /\         /__/|         _____         /  /\         /  /\         /__/|    
    /  /:/        /  /::\       /  /::\       |  |:|        /  /::\       /  /::\       /  /::\       |  |:|    
   /  /:/        /  /:/\:\     /  /:/\:\      |  |:|       /  /:/\:\     /  /:/\:\     /  /:/\:\      |  |:|    
  /  /:/  ___   /  /:/  \:\   /  /:/  \:\   __|  |:|      /  /:/~/::\   /  /:/  \:\   /  /:/  \:\   __|  |:|    
 /__/:/  /  /\ /__/:/ \__\:\ /__/:/ \__\:\ /__/\_|:|____ /__/:/ /:/\:| /__/:/ \__\:\ /__/:/ \__\:\ /__/\_|:|____
 \  \:\ /  /:/ \  \:\ /  /:/ \  \:\ /  /:/ \  \:\/:::::/ \  \:\/:/~/:/ \  \:\ /  /:/ \  \:\ /  /:/ \  \:\/:::::/
  \  \:\  /:/   \  \:\  /:/   \  \:\  /:/   \  \::/~~~~   \  \::/ /:/   \  \:\  /:/   \  \:\  /:/   \  \::/~~~~ 
   \  \:\/:/     \  \:\/:/     \  \:\/:/     \  \:\        \  \:\/:/     \  \:\/:/     \  \:\/:/     \  \:\     
    \  \::/       \  \::/       \  \::/       \  \:\        \  \::/       \  \::/       \  \::/       \  \:\    
     \__\/         \__\/         \__\/         \__\/         \__\/         \__\/         \__\/         \__\/    

NGINX Cookbook (Part 1): Advanced Recipes for High Performance Load Balancing.
Learn how to configure caching, load balancing, monitoring, high availability (HA), and other key NGINX features in this free O'Reilly ebook

DOWNLOAD FOR FREE


What is nginx?

NGINX
Nginx (pronounced "engine-x") is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). The nginx project started with a strong focus on high concurrency, high performance and low memory usage. It is licensed under the 2-clause BSD-like license and it runs on Linux, BSD variants, Mac OS X, Solaris, AIX, HP-UX, as well as on other *nix flavors. It also has a proof of concept port for Microsoft Windows.

How to use this image

$ docker run -i -t -p80:80 xaviblanes/nginx-cookbook-2019
$ service nginx start

About the Ebook

The NGINX Cookbook Part 1 provides easy‑to‑follow recipes for the most important NGINX use cases, including load balancing, content caching, and high availability (HA). Each recipe includes a syntax‑highlighted configuration example and a thorough description of the problem being solved.

Part 2 and Part 3 are also available for free.
Projecte d'innovació iesbi-SMX 19-20

Tag summary

Content type

Image

Digest

Size

73.8 MB

Last updated

almost 7 years ago

docker pull xaviblanes/nginx-cookbook-2019