Skip to content

Commit

Permalink
Merge pull request taobao#155 from jinglong/master
Browse files Browse the repository at this point in the history
update chapter3
  • Loading branch information
jinglong committed Oct 31, 2013
2 parents 6334cb6 + 97c3663 commit 3c1d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/chapter_03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ngx_command_t的定义,位于src/core/ngx_conf_file.h中。

在看一下这个函数被调用的时候,传入的三个参数。

* cf: 该参数里面保存里读取到的配置信息的原始字符串以及相关的一些信息。特别注意的是这个参数的args字段是一个ngx_str_t类型的数组,每个数组元素。该数组的首个元素是这个配置指令本身的字符串,第二个元素是首个参数,第三个元素是第二个参数,依次类推。
* cf: 该参数里面保存从配置文件读取到的原始字符串以及相关的一些信息。特别注意的是这个参数的args字段是一个ngx_str_t类型的数组,该数组的首个元素是这个配置指令本身,第二个元素是指令的第一个参数,第三个元素是第二个参数,依次类推。

* cmd: 这个配置指令对应的ngx_command_t结构。

Expand Down

0 comments on commit 3c1d8f4

Please sign in to comment.