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:39:06 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-14 15:39:06 +0400
commite6460ea7bb407f078bf537776a55d2626d8067c4 (patch)
tree27e8fe441cc4d408493a491ddb89c9554527da36 /src
parentbc94bdaf8fd3f990405f9e39f7e87a52e54f5065 (diff)
update two previous commits again
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 04c6550ea..bfd812bd6 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -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),