Commit dacf4a2
Christos Kontas
Fix compilation under NGINX v1.9.11
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.1 parent 396137c commit dacf4a2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments