Skip to content

v1xingyue/ngx_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngx_tool

A tool to make nginx modules. It will become very easy to make nginx modules by this tool.


$ git clone https://github.com/qixingyue/ngx_tool.git
$ cd ngx_tool
$ vim Makefile
$ make
$./ngx_tool hello

^_^  Hello. Begin make module hello 

Make dir hello 
Make config file hello/config 
Make source file hello/hello.c 

^_^ Ok . Now you have create nginx module hello 
Ok . Now you have create nginx module hello 


========

Tips: You may edit some tpls : tpls/compile.tpl : Line 7 , make your own prefix . ngx_tool.h : Line 5 , make your own src dir. ngx_tool.h : Line 9 , make your own destination dir .

About

A tool to make nginx modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published