Chinaunix's Archiver
论坛
›
C/C++
› nginx变量定义问题
txawplh
发表于 2016-08-26 08:52
nginx变量定义问题
《深入理解nginx》书中提到:HTTP模块都必须在ngx_http_module_t结构体中的preconfiguration回调方法中定义新的变量
但是我看openresty echo模块的代码,是在postconfiguration中定义的变量,有了解的朋友吗,可以说说为什么吗?
页:
[1]
查看完整版本:
nginx变量定义问题