Hacker News new | ask | show | jobs
by dxq 5569 days ago
After finding the documentation and guides for writing nginx modules woefully inadequate, I did a lot of poking around in the nginx internals to better understand how things worked.

The code is very readable, follows good style guidelines, and has its fair share of brilliant workings. I found that the source code served as much better documentation than a lot of _actual_ documentation that I've read.

1 comments

You beat me to it! I was just about to suggest the nginx internals. :)