From: Igor Sysoev Date: Thu, 14 May 2009 11:36:26 +0000 (+0000) Subject: update the previous commit X-Git-Tag: release-0.7.58~16 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=bc94bdaf8fd3f990405f9e39f7e87a52e54f5065;p=nginx.git update the previous commit --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 88d836a6b..04c6550ea 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -2953,8 +2953,8 @@ ngx_http_core_create_loc_conf(ngx_conf_t *cf) lcf->client_body_timeout = NGX_CONF_UNSET_MSEC; lcf->satisfy = NGX_CONF_UNSET_UINT; lcf->if_modified_since = NGX_CONF_UNSET_UINT; + lcf->client_body_in_file_only = NGX_CONF_UNSET_UINT; lcf->internal = NGX_CONF_UNSET; - lcf->client_body_in_file_only = NGX_CONF_UNSET; lcf->sendfile = NGX_CONF_UNSET; lcf->sendfile_max_chunk = NGX_CONF_UNSET_SIZE; lcf->directio = NGX_CONF_UNSET;