Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-10-04 19:03:00 +0400
committerIgor Sysoev <igor@sysoev.ru>2010-10-04 19:03:00 +0400
commit5fffff997f30e5c56dd95309bb3615f798f8c7c6 (patch)
treef20db6c16487b4182b49521ce0a8014dec395674 /auto/modules
parent81aa52829ae021dc226b4d25330c63c2ff31149a (diff)
gzip_disable degradation
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 9880b99dc..9ac1ddd07 100644
--- a/auto/modules
+++ b/auto/modules
@@ -322,6 +322,7 @@ if [ $HTTP_SECURE_LINK = YES ]; then
fi
if [ $HTTP_DEGRADATION = YES ]; then
+ have=NGX_HTTP_DEGRADATION . auto/have
HTTP_MODULES="$HTTP_MODULES $HTTP_DEGRADATION_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_DEGRADATION_SRCS"
fi