Book Image

NGINX Cookbook

By : Tim Butler
Book Image

NGINX Cookbook

By: Tim Butler

Overview of this book

NGINX Cookbook covers the basics of configuring NGINX as a web server for use with common web frameworks such as WordPress and Ruby on Rails, through to utilization as a reverse proxy. Designed as a go-to reference guide, this book will give you practical answers based on real-world deployments to get you up and running quickly. Recipes have also been provided for multiple SSL configurations, different logging scenarios, practical rewrites, and multiple load balancing scenarios. Advanced topics include covering bandwidth management, Docker container usage, performance tuning, OpenResty, and the NGINX Plus commercial features. By the time you've read this book, you will be able to adapt and use a wide variety of NGINX implementations to solve any problems you have.
Table of Contents (14 chapters)

Introduction

While the open source version of NGINX is the one most people are familiar with, Nginx Inc also produces a paid, commercial variant with a number of additional features aimed at enterprise and large tier deployments. With features such as detailed live monitoring, application health checking for load balancers, and dynamic configuration reloading, there are compelling reasons to consider the Plus version.

While some may find the US $2,500 starting point a steep jump over the open source version, these additional features pit it against commercial systems at over ten times the price. Suffice to say, once you get to the point where these features become paramount to your business, the price is well worth it. You'll also be supporting the continual development of NGINX, which most organizations with the Plus version still run.

...