diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-12-27 14:21:59 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-27 14:21:59 +0000 |
| commit | c16b005f30e391ff675f3837d1637377a5e4f5e7 (patch) | |
| tree | c2f639bfa4a441ced8a34eb4a3d22451e094f45b /auto/modules | |
| parent | 3d70581d458668b607ca95e39882b5c6a48a461e (diff) | |
| download | nginx-c16b005f30e391ff675f3837d1637377a5e4f5e7.tar.gz nginx-c16b005f30e391ff675f3837d1637377a5e4f5e7.tar.bz2 | |
ngx_http_gzip_static_module and gzip_disable
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index f479ea9df..d81eebafd 100644 --- a/auto/modules +++ b/auto/modules @@ -265,6 +265,12 @@ if [ $HTTP_FLV = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS" fi +if [ $HTTP_GZIP_STATIC = YES ]; then + have=NGX_HTTP_GZIP . auto/have + HTTP_MODULES="$HTTP_MODULES $HTTP_GZIP_STATIC_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_GZIP_STATIC_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" |
