Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-14 15:36:26 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-14 15:36:26 +0400
commitbc94bdaf8fd3f990405f9e39f7e87a52e54f5065 (patch)
treee4ba7ff246cc1a4e9ab6e34b867b4766fb758e7e /src
parent7d9e3345cde0d3bc9dd84470ed45800e12cca282 (diff)
update the previous commit
Diffstat (limited to 'src')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
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;