{"id":16412167,"url":"https://github.com/waylau/nginx-tutorial","last_synced_at":"2025-07-19T01:04:02.581Z","repository":{"id":151394738,"uuid":"91861194","full_name":"waylau/nginx-tutorial","owner":"waylau","description":"NGINX Tutorial.《NGINX 教程》","archived":false,"fork":false,"pushed_at":"2017-11-05T09:50:30.000Z","size":124,"stargazers_count":66,"open_issues_count":0,"forks_count":26,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-03T16:48:37.859Z","etag":null,"topics":["nginx","tutorial"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waylau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-20T02:57:32.000Z","updated_at":"2025-03-11T06:24:19.000Z","dependencies_parsed_at":"2023-07-06T20:00:14.031Z","dependency_job_id":null,"html_url":"https://github.com/waylau/nginx-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waylau/nginx-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylau%2Fnginx-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylau%2Fnginx-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylau%2Fnginx-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylau%2Fnginx-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waylau","download_url":"https://codeload.github.com/waylau/nginx-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waylau%2Fnginx-tutorial/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265866248,"owners_count":23840937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nginx","tutorial"],"created_at":"2024-10-11T06:47:51.673Z","updated_at":"2025-07-19T01:04:02.572Z","avatar_url":"https://github.com/waylau.png","language":null,"readme":"# NGINX Tutorial.《NGINX 教程》\r\n\r\n![](images/nginx-logo.png)\r\n\r\nNGINX 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: \u003chttp://www.gitbook.com/book/waylau/nginx-tutorial\u003e.\r\nLet's [READ](SUMMARY.md)!\r\n\r\n## 关于本书\r\n\r\nNGINX Tutorial 是一本关于 [NGINX](http://nginx.org/) 学习的开源书。利用业余时间写了本书，图文并茂，用大量实例带你一步一步走进 NGINX 的世界。如有疏漏欢迎指正，欢迎提问。感谢您的参与！\r\n \r\n## 什么是 NGINX\r\n\r\nNGINX [engine x] 是一款来自俄罗斯的高性能的 HTTP 和反向代理（reverse proxy）服务器、邮件服务器，以及通用的 TCP/UDP 代理服务器，被业界广泛采用，包括Netflix、Wordpress、FastMail 等。它具有有很多非常优越的特性:\r\n\r\n* **作为 Web 服务器**：相比 Apache，NGINX 使用更少的资源，支持更多的并发连接，体现更高的效率，这点使 NGINX 尤其受到虚拟主机提供商的欢迎；\r\n* **作为负载均衡服务器**：NGINX 既可以在内部直接支持 Rails 和 PHP，也可以支持作为  HTTP 代理服务器 对外进行服务。NGINX 用 C 编写，系统资源开销小， CPU 使用效率高；\r\n* **作为邮件代理服务器**: NGINX 同时也是一个非常优秀的邮件代理服务器（最早开发这个产品的目的之一也是作为邮件代理服务器）。\r\n\r\n## Get Started 如何开始阅读\r\n\r\n选择下面入口之一：\r\n\r\n* \u003chttps://github.com/waylau/nginx-tutorial/\u003e 的 [SUMMARY.md](SUMMARY.md)（源码）\r\n* \u003chttp://waylau.gitbooks.io/nginx-tutorial/\u003e 点击 Read 按钮（同步更新，国内访问速度一般）\r\n \r\n## Code 源码\r\n\r\n书中所有示例源码，移步至\u003chttps://github.com/waylau/nginx-tutorial\u003e  `samples` 目录下\r\n\r\n## Issue 意见、建议\r\n\r\n如有勘误、意见或建议欢迎拍砖 \u003chttps://github.com/waylau/nginx-tutorial/issues\u003e\r\n\r\n## Contact 联系作者:\r\n\r\n* Blog: [waylau.com](https://waylau.com)\r\n* Gmail: [waylau521(at)gmail.com](mailto:waylau521@gmail.com)\r\n* Weibo: [waylau521](http://weibo.com/waylau521)\r\n* Twitter: [waylau521](https://twitter.com/waylau521)\r\n* Github : [waylau](https://github.com/waylau)\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylau%2Fnginx-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaylau%2Fnginx-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaylau%2Fnginx-tutorial/lists"}