gzip_disable msie6 did not inherited if nginx was built without PCRE
This commit is contained in:
parent
b9ff0e4dca
commit
e017f64590
1 changed files with 1 additions and 1 deletions
|
@ -3111,8 +3111,8 @@ ngx_http_core_create_loc_conf(ngx_conf_t *cf)
|
|||
clcf->gzip_http_version = NGX_CONF_UNSET_UINT;
|
||||
#if (NGX_PCRE)
|
||||
clcf->gzip_disable = NGX_CONF_UNSET_PTR;
|
||||
clcf->gzip_disable_msie6 = 3;
|
||||
#endif
|
||||
clcf->gzip_disable_msie6 = 3;
|
||||
#endif
|
||||
|
||||
return clcf;
|
||||
|
|
Loading…
Reference in a new issue