summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2020-06-11 23:45:42 +0300
committerEvgeny Zinoviev <me@ch1p.io>2020-06-11 23:45:42 +0300
commita0bb0a1495601b8db337bd4c987e013e34cd08a1 (patch)
treeff917b4e1e58a942df93ba7e51e8aeb9c2b1b1ba /config
parent69433afe54db2420873e3eee42611d4c9bd86bc2 (diff)
initial commit
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"