Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vedang/nginx-helloworld

A simple "hello world" module to understand how nginx modules are written
https://github.com/vedang/nginx-helloworld

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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