Mastering Nginx

Dimitri Aivaliotis

  • 出版商: Packt Publishing
  • 出版日期: 2013-02-22
  • 售價: $1,730
  • 貴賓價: 9.5$1,644
  • 語言: 英文
  • 頁數: 322
  • 裝訂: Paperback
  • ISBN: 1849517444
  • ISBN-13: 9781849517447
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Written for experienced systems administrators and engineers, this book teaches you from scratch how to configure Nginx for any situation. Step-by-step instructions and real-world code snippets clarify even the most complex areas.

Overview

  • An in-depth configuration guide to help you understand how to best configure NGINX for any situation.
  • Includes useful code samples to help you integrate NGINX into your application architecture.
  • Full of example configuration snippets, best-practice descriptions, and reference tables for each directive.

In Detail

NGINX is a high-performance HTTP server and mail proxy designed to use very few system resources. With the many tutorials and example configurations floating around the Web, it is difficult to know how to properly configure NGINX to meet your expectations.

"Mastering Nginx" will serve to clarify the murky waters of NGINX configuration, helping you learn how to tune NGINX for various situations, what some of the more obscure configuration directives do, and how to design a decent configuration to match your needs.

Beginning with an overview of compiling NGINX and describing its basic configuration file format, this guide next takes you on a tour of NGINX's modules.

From the unique mail module to the upstream module, this book explores the various possibilities of using NGINX as a reverse proxy. The multiple HTTP modules are explained, and the book rounds off the tour with a discussion of troubleshooting.

"Mastering Nginx" will explain all aspects of configuring NGINX to help solve your hosting problems.

What you will learn from this book

  • Compile the right third party module to meet your needs.
  • Write an authentication server to use with the mail proxy module.
  • Create your own SSL certificates to encrypt connections.
  • Use try_files to solve your file-existence check problems.
  • Cache and compress responses for speedier user-interaction.
  • Integrate popular PHP frameworks with the FastCGI module.
  • Construct useful logging configurations.
  • Troubleshoot configuration problems as they arise.
  • Compile the right third party module to meet your needs.
  • Write an authentication server to use with the mail proxy module.
  • Create your own SSL certificates to encrypt connections.
  • Use try_files to solve your file-existence check problems.
  • Cache and compress responses for speedier user-interaction.
  • Integrate popular PHP frameworks with the FastCGI module.
  • Construct useful logging configurations.
  • Troubleshoot configuration problems as they arise.

Approach

This book is a practical step-by-step tutorial with well-explained code snippets, best-practice tips, and reference tables.

Who this book is written for

If you are an experienced systems administrator or systems engineer, familiar with installing and configuring servers to meet specific needs and want to master NGINX, then this book is for you. You do not need to have experience using NGINX already.