Skip to content

Commit

Permalink
调整文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunze committed Jun 13, 2017
1 parent 0de8375 commit 5f42a11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_echo_module.c"
## Nginx echo Module The successful running
![image](https://ws2.sinaimg.cn/large/005LOzcmly1fgjo0r1a5dj30yf06tmxv.jpg)

>reference
[1] Evan Miller, Emiller's Guide To Nginx Module Development. http://www.evanmiller.org/nginx-modules-guide.html, 2009
[2] http://wiki.nginx.org/Configuration
[3] Clément Nedelcu, Nginx Http Server. Packt Publishing, 2010
[4] codinglabs http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html
# If the repo help you welcome star fork Thanks!

> ## reference
> 1. http://wiki.nginx.org/Configuration
> 2. http://tengine.taobao.org/book/
> 3. **http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html**
> 4. https://www.nginx.com/resources/wiki/modules/
12 changes: 7 additions & 5 deletions README_zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 实战开发一个Nginx拓展 (Nginx Module)

## nginx_module_echo
使用echo指令输出一个字符串

Expand Down Expand Up @@ -76,8 +77,9 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_echo_module.c"
## Nginx echo Module 运行成功
![image](https://ws2.sinaimg.cn/large/005LOzcmly1fgjo0r1a5dj30yf06tmxv.jpg)

>参考文献
[1] Evan Miller, Emiller's Guide To Nginx Module Development. http://www.evanmiller.org/nginx-modules-guide.html, 2009
[2] http://wiki.nginx.org/Configuration
[3] Clément Nedelcu, Nginx Http Server. Packt Publishing, 2010
[4] codinglabs http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html
# 如果这个repo对你有帮助 欢迎star fork Thanks
> ## 参考文档
> 1. http://wiki.nginx.org/Configuration
> 2. http://tengine.taobao.org/book/
> 3. **http://blog.codinglabs.org/articles/intro-of-nginx-module-development.html**
> 4. https://www.nginx.com/resources/wiki/modules/

0 comments on commit 5f42a11

Please sign in to comment.