https://github.com/waylau/nginx-tutorial
NGINX Tutorial.《NGINX 教程》
https://github.com/waylau/nginx-tutorial
nginx tutorial
Last synced: 3 months ago
JSON representation
NGINX Tutorial.《NGINX 教程》
- Host: GitHub
- URL: https://github.com/waylau/nginx-tutorial
- Owner: waylau
- License: mit
- Created: 2017-05-20T02:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T09:50:30.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T16:48:37.859Z (6 months ago)
- Topics: nginx, tutorial
- Homepage:
- Size: 121 KB
- Stars: 66
- Watchers: 9
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NGINX Tutorial.《NGINX 教程》

NGINX Tutorial takes you to learn [NGINX](http://nginx.org/) step by step with a large number of samples. There is also a GitBook version of the book: .
Let's [READ](SUMMARY.md)!## 关于本书
NGINX Tutorial 是一本关于 [NGINX](http://nginx.org/) 学习的开源书。利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 NGINX 的世界。如有疏漏欢迎指正,欢迎提问。感谢您的参与!
## 什么是 NGINXNGINX [engine x] 是一款来自俄罗斯的高性能的 HTTP 和反向代理(reverse proxy)服务器、邮件服务器,以及通用的 TCP/UDP 代理服务器,被业界广泛采用,包括Netflix、Wordpress、FastMail 等。它具有有很多非常优越的特性:
* **作为 Web 服务器**:相比 Apache,NGINX 使用更少的资源,支持更多的并发连接,体现更高的效率,这点使 NGINX 尤其受到虚拟主机提供商的欢迎;
* **作为负载均衡服务器**:NGINX 既可以在内部直接支持 Rails 和 PHP,也可以支持作为 HTTP 代理服务器 对外进行服务。NGINX 用 C 编写,系统资源开销小, CPU 使用效率高;
* **作为邮件代理服务器**: NGINX 同时也是一个非常优秀的邮件代理服务器(最早开发这个产品的目的之一也是作为邮件代理服务器)。## Get Started 如何开始阅读
选择下面入口之一:
* 的 [SUMMARY.md](SUMMARY.md)(源码)
* 点击 Read 按钮(同步更新,国内访问速度一般)
## Code 源码书中所有示例源码,移步至 `samples` 目录下
## Issue 意见、建议
如有勘误、意见或建议欢迎拍砖
## Contact 联系作者:
* Blog: [waylau.com](https://waylau.com)
* Gmail: [waylau521(at)gmail.com](mailto:waylau521@gmail.com)
* Weibo: [waylau521](http://weibo.com/waylau521)
* Twitter: [waylau521](https://twitter.com/waylau521)
* Github : [waylau](https://github.com/waylau)