Skip to content

PacktPublishing/NGINX-Cookbook

Repository files navigation

NGINX Cookbook

This is the code repository for NGINX Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book also focuses on key NGINX features such as back-end SSL certificate verification, IPv6, log aggregation over network, thread pools, support for offloading I/O requests, and much more. This book also covers advanced topics such as covering bandwidth management, Docker container usage, performance tuning, OpenResty, and the NGINX Plus commercial features. ##Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

server {
      listen 80;
      server_name server.yourdomain.com; 
      access_log /var/log/nginx/log/host.access.log combined;
         
      location / {
          root /var/www/html;
          index index.html; 
      }
}

The following is the list of software you require to go through the recipes covered in this book:

  • NGINX
  • PHP 7
  • Ubuntu/CentOS/RHEL

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786466174

About

NGINX Cookbook, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •