comparison src/http/ngx_http_core_module.c @ 3752:6cde13492433

gzip_disable msie6 did not inherited if nginx was built without PCRE
author Igor Sysoev <igor@sysoev.ru>
date Thu, 02 Sep 2010 13:54:28 +0000
parents 3ee39f593642
children 9da3a04fc845
comparison
equal deleted inserted replaced
3751:a4755d4fd91b 3752:6cde13492433
3109 #if (NGX_HTTP_GZIP) 3109 #if (NGX_HTTP_GZIP)
3110 clcf->gzip_vary = NGX_CONF_UNSET; 3110 clcf->gzip_vary = NGX_CONF_UNSET;
3111 clcf->gzip_http_version = NGX_CONF_UNSET_UINT; 3111 clcf->gzip_http_version = NGX_CONF_UNSET_UINT;
3112 #if (NGX_PCRE) 3112 #if (NGX_PCRE)
3113 clcf->gzip_disable = NGX_CONF_UNSET_PTR; 3113 clcf->gzip_disable = NGX_CONF_UNSET_PTR;
3114 #endif
3114 clcf->gzip_disable_msie6 = 3; 3115 clcf->gzip_disable_msie6 = 3;
3115 #endif
3116 #endif 3116 #endif
3117 3117
3118 return clcf; 3118 return clcf;
3119 } 3119 }
3120 3120