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"
77
77
## Nginx echo Module The successful running
78
78
![ image] ( https://ws2.sinaimg.cn/large/005LOzcmly1fgjo0r1a5dj30yf06tmxv.jpg )
79
79
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 1
1
# 实战开发一个Nginx拓展 (Nginx Module)
2
+
2
3
## nginx_module_echo
3
4
使用echo指令输出一个字符串
4
5
@@ -76,8 +77,9 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_echo_module.c"
76
77
## Nginx echo Module 运行成功
77
78
![ image] ( https://ws2.sinaimg.cn/large/005LOzcmly1fgjo0r1a5dj30yf06tmxv.jpg )
78
79
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