Skip to content

Commit

Permalink
always load after ngx_http_access_module
Browse files Browse the repository at this point in the history
  • Loading branch information
khimaros committed Aug 22, 2021
1 parent 12cd86c commit 08c5147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config
Expand Up @@ -7,10 +7,11 @@ if test -n "$ngx_module_link"; then
ngx_module_deps=
ngx_module_srcs="$ngx_addon_dir/ngx_http_auth_pam_module.c"
ngx_module_libs="-lpam"
ngx_module_order="$ngx_module_name ngx_http_access_module"

. auto/module
else
HTTP_MODULES="$HTTP_MODULES ngx_http_auth_pam_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_pam_module.c"
CORE_LIBS="$CORE_LIBS -lpam"
fi
fi

0 comments on commit 08c5147

Please sign in to comment.