Home
last modified time | relevance | path

Searched refs:client_body_in_single_buffer (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h382 ngx_flag_t client_body_in_single_buffer; member
H A Dngx_http_core_module.c393 offsetof(ngx_http_core_loc_conf_t, client_body_in_single_buffer),
1255 r->request_body_in_single_buf = clcf->client_body_in_single_buffer; in ngx_http_update_location_config()
3420 clcf->client_body_in_single_buffer = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3641 ngx_conf_merge_value(conf->client_body_in_single_buffer, in ngx_http_core_merge_loc_conf()
3642 prev->client_body_in_single_buffer, 0); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru4270 *) Добавление: директива client_body_in_single_buffer.
H A DCHANGES4188 *) Feature: the "client_body_in_single_buffer" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim165 syn keyword ngxDirective contained client_body_in_single_buffer