diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-11-16 12:20:00 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-16 12:20:00 +0000 |
| commit | 4985109dba935fd1d8a1bc6668322c71e5804b33 (patch) | |
| tree | dc6c29b8fa743c5b111d45749f031dc299081e38 /auto/modules | |
| parent | c05f20ec2eace8239c53f680294c9a2154b39e7d (diff) | |
| download | nginx-4985109dba935fd1d8a1bc6668322c71e5804b33.tar.gz nginx-4985109dba935fd1d8a1bc6668322c71e5804b33.tar.bz2 | |
ngx_http_degradation_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 5 |
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" |
