diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +ngx_addon_name="ngx_http_auth_hash_module" +HTTP_MODULES="$HTTP_MODULES ngx_http_auth_hash_module" +NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_auth_hash_module.c" +CORE_LIBS="$CORE_LIBS -lcrypto" |