comparison src/http/ngx_http_core_module.c @ 2843:eb461016d980

update two previous commits again
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 11:39:06 +0000
parents 84048fc9225f
children 10d6b9950453
comparison
equal deleted inserted replaced
2842:84048fc9225f 2843:eb461016d980
353 NGX_HTTP_LOC_CONF_OFFSET, 353 NGX_HTTP_LOC_CONF_OFFSET,
354 offsetof(ngx_http_core_loc_conf_t, client_body_temp_path), 354 offsetof(ngx_http_core_loc_conf_t, client_body_temp_path),
355 NULL }, 355 NULL },
356 356
357 { ngx_string("client_body_in_file_only"), 357 { ngx_string("client_body_in_file_only"),
358 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_FLAG, 358 NGX_HTTP_MAIN_CONF|NGX_HTTP_SRV_CONF|NGX_HTTP_LOC_CONF|NGX_CONF_TAKE1,
359 ngx_conf_set_enum_slot, 359 ngx_conf_set_enum_slot,
360 NGX_HTTP_LOC_CONF_OFFSET, 360 NGX_HTTP_LOC_CONF_OFFSET,
361 offsetof(ngx_http_core_loc_conf_t, client_body_in_file_only), 361 offsetof(ngx_http_core_loc_conf_t, client_body_in_file_only),
362 &ngx_http_core_request_body_in_file }, 362 &ngx_http_core_request_body_in_file },
363 363