- NGINX Cookbook
- Tim Butler
- 143字
- 2021-07-03 00:04:17
Introduction
NGINX is a powerful software suite which has progressed well beyond a basic web server package. Some of the additional features, such as the reverse proxy and load balancing options, are well known.
Originally designed to tackle the C10k problem of handling 10,000 concurrent connections, NGINX differentiated itself from Apache with an event-driven architecture. While Apache 2.4 added event-driven processing also, there are a number of distinct differences where NGINX still remains more flexible.
This book describes how to use NGINX in a number of different scenarios and is aimed at providing you with a working solution rather than being an in-depth review of all NGINX features. If you're unfamiliar with NGINX, I highly recommend that you read Nginx HTTP Server - Third Edition, by Clément Nedelcu, also published by Packt Publishing.
http://nginx.org/en/docs/
- Vue.js 3.x快速入門
- Learning ROS for Robotics Programming(Second Edition)
- Objective-C應用開發全程實錄
- Java系統分析與架構設計
- WebAssembly實戰
- Web Scraping with Python
- R語言編程指南
- Python 3網絡爬蟲實戰
- Hands-On Functional Programming with TypeScript
- Python Web數據分析可視化:基于Django框架的開發實戰
- PySide 6/PyQt 6快速開發與實戰
- C#程序設計(項目教學版)
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Python程序設計與算法基礎教程(第2版)(微課版)
- 遠方:兩位持續創業者的點滴思考