Skip to content

Commit 5f42a11

Browse files
committed
调整文档
1 parent 0de8375 commit 5f42a11

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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/

README_zh.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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/

0 commit comments

Comments
 (0)