We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 396137c + 57d1570 commit 5be1e44Copy full SHA for 5be1e44
config
@@ -2,15 +2,15 @@ ngx_addon_name=ngx_http_aws_auth
2
3
if test -n "$ngx_module_link"; then
4
ngx_module_type=HTTP
5
- ngx_module_name=ngx_http_aws_auth
+ ngx_module_name=ngx_http_aws_auth_module
6
ngx_module_incs=
7
ngx_module_deps=
8
- ngx_module_srcs="$ngx_addon_dir/ngx_http_aws_auth.c"
+ ngx_module_srcs="$ngx_addon_dir/ngx_http_aws_auth_module.c"
9
ngx_module_libs="$CORE_LIBS -lssl"
10
11
. auto/module
12
else
13
HTTP_MODULES="$HTTP_MODULES ngx_http_aws_auth_module"
14
- NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_aws_auth.c"
+ NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_aws_auth_module.c"
15
CORE_LIBS="$CORE_LIBS -lssl"
16
-fi
+fi
ngx_http_aws_auth.c ngx_http_aws_auth_module.cngx_http_aws_auth.c renamed to ngx_http_aws_auth_module.c
0 commit comments