Master NGINX
from config to C code
The definitive educational reference — deep-dive module guides with source code review, a comprehensive searchable variable index, and production-ready configuration patterns.
Stop compiling NGINX modules by hand
Turn the configuration you learn here into a maintained deployment. GetPageSpeed ships ABI-matched modules as native RPM and DEB packages with repeatable upgrades.
Everything NGINX, explained
From reverse proxy basics to C module internals — with production configs, source walkthroughs, and real gotchas.
Variables Reference
Searchable index of NGINX variables across core HTTP, stream, and third-party modules — with config examples and gotchas.
Module Deep-Dives
Comprehensive articles on third-party modules: purpose, directives, C source review, and packaged installation from GetPageSpeed for RPM and DEB systems.
Directives Reference
Every core and module directive with syntax, defaults, contexts, and production-ready configuration examples.
Beyond the docs —
into the source
Every module guide walks through the C source code to explain why and how directives actually work under the hood.
- ✓ Directive syntax, defaults, and valid contexts
- ✓ C module handler internals and request flow
- ✓ Packaged installation for RPM and DEB systems
- ✓ Real gotchas, edge cases, and known issues