anomalizer / ngx_aws_auth

nginx module to proxy to authenticated AWS services
BSD 2-Clause "Simplified" License
470 stars 144 forks source link

Fix compilation under NGINX v1.9.11 #21

Closed xakon closed 8 years ago

xakon commented 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.