# Nginx


## 推荐阅读路径

适合想建立一条连续阅读线的读者（由浅入深）：

1. **构建与基础** — [自动构建最新版本的 Nginx](/posts/自动构建最新版本的-nginx/)（英文对应：[Build the Latest Nginx with Automation](/posts/build-the-latest-nginx-with-automation/)）
2. **TLS 与 SNI** — [SNI](/posts/sni/) → [nginx Multi-Certificates](/posts/nginx-multi-certificates/) → [acme 证书自动化管理](/posts/acme-证书自动化管理/)
3. **运维排障** — [Debugging NGINX](/posts/debugging-nginx/) → [Nginx 中 HTTP 请求大小相关配置及解决方案](/posts/nginx-中http请求大小相关配置及解决方案-1/)

## 从哪里开始 / 按问题查找

| 你想解决什么 | 建议阅读 |
| --- | --- |
| 编译/升级最新 Nginx | [自动构建最新版本的 Nginx](/posts/自动构建最新版本的-nginx/) |
| 同 IP 多域名证书（SNI） | [SNI](/posts/sni/)、[nginx Multi-Certificates](/posts/nginx-multi-certificates/) |
| 证书申请与续期自动化 | [acme 证书自动化管理](/posts/acme-证书自动化管理/) |
| 调试与排障 | [Debugging NGINX](/posts/debugging-nginx/) |
| 请求体过大 / 413 等 | [Nginx 中 HTTP 请求大小相关配置及解决方案](/posts/nginx-中http请求大小相关配置及解决方案-1/) |

## 基础与配置

- [自动构建最新版本的 Nginx](/posts/自动构建最新版本的-nginx/) — 自动化编译最新 Nginx
- [Build the Latest Nginx with Automation](/posts/build-the-latest-nginx-with-automation/) — 英文对应篇
- [HTTP/3 Nginx with QuicTLS](/posts/http3-nginx-with-quictls/) — HTTP/3 与 QuicTLS
- [Nginx Development Guide](/posts/nginx-development-guide/) — 模块开发入门
- [Emiller's Guide to Nginx Module Development](/posts/emillers-guide-to-nginx-module-development/) — 模块开发指南
- [Emiller's Advanced Topics in Nginx Module Development](/posts/emillers-advanced-topics-in-nginx-module-development/) — 模块开发进阶

## TLS与证书

- [nginx Multi-Certificates](/posts/nginx-multi-certificates/) — 同域名多类型证书与多域名 SNI
- [NGINX Configuration for Multiple Certificates](/posts/nginx-configuration-for-multiple-certificates/) — 多证书配置（英文）
- [SNI](/posts/sni/) — Server Name Indication 原理与配置
- [Nginx 指令 ssl_password_file 配置详解](/posts/nginx-指令-ssl_password_file-配置详解/) — 私钥口令文件
- [Detailed Configuration Guide for ssl_password_file](/posts/detailed-configuration-guide-for-the-nginx-directive-ssl_password_file/) — 英文对应篇
- [acme 证书自动化管理](/posts/acme-证书自动化管理/) — 证书申请与续期
- [Simplify SSL/TLS Certificate Management](/posts/simplify-ssl-tls-certificate-management/) — 证书管理简化（英文）
- [SSL 证书与私钥的编码格式和文件扩展名](/posts/ssl证书与私钥的编码格式和文件扩展名/) — PEM/DER 等格式
- [Intermediate CA Certificate / 中间证书](/posts/intermediate-ca-certificate-中间证书/) — 中间证书链
- [X.509 Certificates](/posts/x-509-certificates/) — X.509 基础
- [证书 Common Name](/posts/证书common-name/) — CN 与域名匹配
- [多功能 SSL/TLS 证书生成工具](/posts/多功能-ssl-tls-证书生成工具/) — 证书生成脚本
- [curl support TLCP using TASSL](/posts/curl-support-tlcp-using-tassl/) — TLCP / TASSL

## 协议与转发

- [Nginx realserver 使用域名方式功能分析](/posts/nginx-realserver-使用域名方式功能分析/) — upstream 域名解析
- [负载均衡](/posts/负载均衡/) — 负载均衡基础
- [Message-based Load Balancing](/posts/message-based-load-balancing/) — 基于消息的负载均衡
- [HTTP Cookie HttpOnly Secure](/posts/http-cookie-httponly-secure/) — Cookie 安全属性

## 调试与排障

- [Debugging NGINX](/posts/debugging-nginx/) — 调试方法与工具
- [Nginx 中 HTTP 请求大小相关配置及解决方案](/posts/nginx-中http请求大小相关配置及解决方案-1/) — 请求大小限制与 413
- [Common Nginx HTTP Request Size Errors and Their Solutions](/posts/common-nginx-http-request-size-errors-and-their-solutions/) — 英文对应篇

