Home > nginx-helloworld

nginx-helloworld

Nginx-helloworld is a project mainly written in C, it's free.

A simple "hello world" module to understand how nginx modules are written

This is a basic "Hello World" module that I have written in order to understand how nginx-modules are written. I've included lots of comments for my own, as well as the readers' understanding.

Evan Miller has written an excellent guide on how to write nginx modules. It can be found here: http://www.evanmiller.org/nginx-modules-guide.html