Closed xakon closed 8 years ago
After the latest changes on NGINX dynamic modules, the module can't link properly to the main NGINX codebase, as it reports a missing symbol: ngx_http_aws_auth. Apparently, we need to specify the module's symbol in the ngx_module_name directive.
ngx_http_aws_auth
ngx_module_name
After the latest changes on NGINX dynamic modules, the module can't link properly to the main NGINX codebase, as it reports a missing symbol:
ngx_http_aws_auth
. Apparently, we need to specify the module's symbol in thengx_module_name
directive.