summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-11-16 12:20:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-11-16 12:20:00 +0000
commit4985109dba935fd1d8a1bc6668322c71e5804b33 (patch)
treedc6c29b8fa743c5b111d45749f031dc299081e38 /auto/modules
parentc05f20ec2eace8239c53f680294c9a2154b39e7d (diff)
downloadnginx-4985109dba935fd1d8a1bc6668322c71e5804b33.tar.gz
nginx-4985109dba935fd1d8a1bc6668322c71e5804b33.tar.bz2
ngx_http_degradation_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 146b7d7f2..57b657848 100644
--- a/auto/modules
+++ b/auto/modules
@@ -316,6 +316,11 @@ if [ $HTTP_SECURE_LINK = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_SECURE_LINK_SRCS"
fi
+if [ $HTTP_DEGRADATION = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_DEGRADATION_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_DEGRADATION_SRCS"
+fi
+
if [ $HTTP_FLV = YES ]; then
HTTP_MODULES="$HTTP_MODULES $HTTP_FLV_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS"