slaier
Results
1
comments of
slaier
编译时使用`add-dynamic-module` ```shell ./configure \ \ --add-dynamic-module=ngx_http_google_filter_module \ --add-module=ngx_http_substitutions_filter_module ``` 配置文件中添加 ``` load_module modules/ngx_http_google_filter_module.so; ``` 我的环境 ``` Tengine version: Tengine/2.3.2 nginx version: nginx/1.17.3 ngx_http_google_filter_module version: branch dev ```