- NGINX Cookbook
- Tim Butler
- 379字
- 2021-07-03 00:04:15
What this book covers
Chapter 1, Let's Get Started, goes through some of the basics of NGINX as a refresher. It's aimed as an entry point so that there's no assumed knowledge when we move onto some of the more complex structures.
Chapter 2, Common PHP Scenarios, covers examples of the more common PHP scenarios and how to implement them with NGINX. The readers will learn how to configure NGINX and how to deploy a basic site.
Chapter 3, Common Frameworks, covers non-PHP-based frameworks. It will help the readers to understand and implement all of the common non-PHP-based platforms via NGINX.
Chapter 4, All About SSLs, covers installing the various SSL certificates via NGINX and also covers the configuration required to tweak it for certain scenarios.
Chapter 5, Logging, explains that monitoring for errors and access patterns are fundamental to running a server.
Chapter 6, Rewrites, covers how rewrites work and also specific implementations of many of the common scenarios. It will be full of specific, practical examples based on real-world scenarios.
Chapter 7, Reverse Proxy, covers a basic proxy with specific examples of caching and content expiry. This chapter will explain how to configure NGINX as a reverse proxy, content caching, monitoring cache status, microcaching, and many more important scenarios.
Chapter 8, Load Balancing, talks about the load balancing components of NGINX and how to implement them for specific scenarios. In this chapter, you will learn the three important load balancing techniques—round-robin, least connection, and hash-based load balancing.
Chapter 9, Advanced Features, covers some of the lesser used features of NGINX, why they're available, and then how to implement them. This chapter includes authentication, WebDAV, bandwidth management, connection limiting, and header modification with NGINX.
Chapter 10, Docker Containers, runs you through real-world scenarios of using NGINX within a container. It will provide basic Dockerfile configs for common scenarios.
Chapter 11, Performance Tuning, is designed to build upon the existing NGINX configurations and enable specific performance enhancements.
Chapter 12, OpenResty, introduces the concept of OpenResty, a combination of NGINX, Lua scripting, and several additional third-party modules all packaged up ready to use.
Chapter 13, NGINX Plus – The Commercial Offering, shows the readers what features are in the Plus version, as well as how to implement them.
- Java多線程編程實戰指南:設計模式篇(第2版)
- Power Up Your PowToon Studio Project
- Learning C++ Functional Programming
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- 神經網絡編程實戰:Java語言實現(原書第2版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- 面向STEM的Scratch創新課程
- Learning SQLite for iOS
- Scratch 3游戲與人工智能編程完全自學教程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Mastering Unity Shaders and Effects
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- 高級C/C++編譯技術(典藏版)
- Web程序設計:ASP.NET(第2版)
- Python大規模機器學習