diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2020-06-11 23:45:42 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2020-06-11 23:45:42 +0300 |
commit | a0bb0a1495601b8db337bd4c987e013e34cd08a1 (patch) | |
tree | ff917b4e1e58a942df93ba7e51e8aeb9c2b1b1ba /config | |
parent | 69433afe54db2420873e3eee42611d4c9bd86bc2 (diff) |
initial commit
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" |