aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 4 insertions, 0 deletions
diff --git a/config b/config
new file mode 100644
index 0000000..827af7b
--- /dev/null
+++ b/config
@@ -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"