gzip_disable compiled always the first pattern only
Igor Sysoev
11 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/http/ngx_http_core_module.c
less
more
4399
4399
return NGX_CONF_ERROR;
4400
4400
}
4401
4401
4402
rc.pattern = value[1];
4402
rc.pattern = value[i];
4403
4403
rc.options = NGX_REGEX_CASELESS;
4404
4404
4405
4405
if (ngx_regex_compile(&rc) != NGX_OK) {