]> git.kaiwu.me - nginx.git/commitdiff
update two previous commits again
authorIgor Sysoev <igor@sysoev.ru>
Thu, 14 May 2009 11:39:06 +0000 (11:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 14 May 2009 11:39:06 +0000 (11:39 +0000)
src/http/ngx_http_core_module.c

index 04c6550ea522258d310518f1c224e76de9f26b9a..bfd812bd6fe5c6a424bbf82a240626c2fc8a7b99 100644 (file)
@@ -355,7 +355,7 @@ static ngx_command_t  ngx_http_core_commands[] = {
       NULL },
 
     { ngx_string("client_body_in_file_only"),
-      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG,
+      NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
       ngx_conf_set_enum_slot,
       NGX_HTTP_LOC_CONF_OFFSET,
       offsetof(ngx_http_core_loc_conf_t, client_body_in_file_only),