Talks & Resources¶
A curated collection of resources for learning about NGINX internals and module development.
Developer Resources¶
- NGINX Source Code on GitHub
- NGINX Extras Modules — Pre-built third-party modules
English Guides¶
Module Development¶
- EMiller's Guide to NGINX Module Development by Evan Miller — The classic introduction to writing NGINX modules
- EMiller's Advanced Topics In NGINX Module Development by Evan Miller and Grzegorz Nosek
Architecture & Internals¶
- "nginx" chapter in The Architecture of Open Source Applications Volume II — Excellent overview of NGINX architecture
Chinese Guides¶
- Chinese version of "NGINX Development Guide" by baishancloud
Monitoring & Operations¶
- Guide to NGINX (and NGINX Plus) monitoring by Datadog
- NGINX Secure Web Server how-to at calomel.org