]> git.kaiwu.me - nginx.git/commitdiff
update the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Thu, 14 May 2009 11:36:26 +0000 (11:36 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 14 May 2009 11:36:26 +0000 (11:36 +0000)
src/http/ngx_http_core_module.c

index 88d836a6b08e9cdebba1d29e5c5a87fa686ca99c..04c6550ea522258d310518f1c224e76de9f26b9a 100644 (file)
@@ -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;