summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2014-06-02 16:16:22 +0400
committerRoman Arutyunyan <arut@nginx.com>2014-06-02 16:16:22 +0400
commit9b5a17b5e23e8e7c94d84eb85044370e38887849 (patch)
tree4b28bfddc92dec5fddd73d124d1cef7e9a620304 /auto/modules
parent68336e1ede6c37e3ee1f8b5e1ca9d4226feef8f5 (diff)
downloadnginx-9b5a17b5e23e8e7c94d84eb85044370e38887849.tar.gz
nginx-9b5a17b5e23e8e7c94d84eb85044370e38887849.tar.bz2
Upstream: generic hash module.
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index e1eda943f..788596763 100644
--- a/auto/modules
+++ b/auto/modules
@@ -371,6 +371,11 @@ if [ $HTTP_MP4 = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_MP4_SRCS"
fi
+if [ $HTTP_UPSTREAM_HASH = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_HASH_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_HASH_SRCS"
+fi
+
if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then
HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_IP_HASH_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS"