常用 Nginx 配置模板合集,含反向代理、负载均衡、HTTPS、缓存、安全头等场景。
配置模板
- 静态站点 + Gzip 压缩
- 反向代理(Node.js / PHP-FPM / Python)
- 负载均衡(Round Robin / IP Hash)
- HTTPS + HTTP/2 + Let's Encrypt
- FastCGI 缓存
- 安全头(CSP / HSTS / X-Frame)
- WordPress 优化配置
生成器
python generate.py --type reverse-proxy --domain example.com --port 3000
0 条评论 欢迎参与讨论