nginx中的ngx_command_t结构中的set方法在何时调用
在nginx模块中,作为标准的模块结构体ngx_module_t,此结构主要包括了ngx_command_t,ngx_http_module_t等模块的属性,配置字段及对应的处理方法,其中ngx_command_t的结构为:struct ngx_command_s {ngx_str_t name; ngx_uint_t type;char *(*set)(ngx_conf_t *c