Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vedang/nginx-helloworld
- Owner: vedang
- Created: 2010-07-18T12:14:01.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-18T12:14:57.000Z (over 14 years ago)
- Last Synced: 2024-10-07T07:21:10.654Z (3 months ago)
- Language: C
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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