File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed
Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,10 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_echo_module.c"
7777## Nginx echo Module The successful running
7878![ image] ( https://ws2.sinaimg.cn/large/005LOzcmly1fgjo0r1a5dj30yf06tmxv.jpg )
7979
80- > reference
81- [ 1] Evan Miller, Emiller's Guide To Nginx Module Development. http://www.evanmiller.org/nginx-modules-guide.html , 2009
82- [ 2] http://wiki.nginx.org/Configuration
83- [ 3] Clément Nedelcu, Nginx Http Server. Packt Publishing, 2010
84- [ 4] codinglabs http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html
80+ # If the repo help you welcome star fork Thanks!
81+
82+ > ## reference
83+ > 1 . http://wiki.nginx.org/Configuration
84+ > 2 . http://tengine.taobao.org/book/
85+ > 3 . ** http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html **
86+ > 4 . https://www.nginx.com/resources/wiki/modules/
Original file line number Diff line number Diff line change 11# 实战开发一个Nginx拓展 (Nginx Module)
2+
23## nginx_module_echo
34使用echo指令输出一个字符串
45
@@ -76,8 +77,9 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_echo_module.c"
7677## Nginx echo Module 运行成功
7778![ image] ( https://ws2.sinaimg.cn/large/005LOzcmly1fgjo0r1a5dj30yf06tmxv.jpg )
7879
79- > 参考文献
80- [ 1] Evan Miller, Emiller's Guide To Nginx Module Development. http://www.evanmiller.org/nginx-modules-guide.html , 2009
81- [ 2] http://wiki.nginx.org/Configuration
82- [ 3] Clément Nedelcu, Nginx Http Server. Packt Publishing, 2010
83- [ 4] codinglabs http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html
80+ # 如果这个repo对你有帮助 欢迎star fork Thanks
81+ > ## 参考文档
82+ > 1 . http://wiki.nginx.org/Configuration
83+ > 2 . http://tengine.taobao.org/book/
84+ > 3 . ** http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html **
85+ > 4 . https://www.nginx.com/resources/wiki/modules/
You can’t perform that action at this time.
0 commit comments