Home
last modified time | relevance | path

Searched refs:client_max_body_size (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h349 off_t client_max_body_size; /* client_max_body_size */ member
H A Dngx_http_request_body.c980 if (clcf->client_max_body_size in ngx_http_request_body_chunked_filter()
981 && clcf->client_max_body_size in ngx_http_request_body_chunked_filter()
H A Dngx_http_core_module.c358 offsetof(ngx_http_core_loc_conf_t, client_max_body_size),
975 r->headers_in.content_length_n, clcf->client_max_body_size); in ngx_http_core_find_config_phase()
979 && clcf->client_max_body_size in ngx_http_core_find_config_phase()
980 && clcf->client_max_body_size < r->headers_in.content_length_n) in ngx_http_core_find_config_phase()
3413 clcf->client_max_body_size = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3620 ngx_conf_merge_off_value(conf->client_max_body_size, in ngx_http_core_merge_loc_conf()
3621 prev->client_max_body_size, 1 * 1024 * 1024); in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru961 *) Исправление: при использовании HTTP/2 директива client_max_body_size
1781 *) Исправление: директива client_max_body_size могла не работать при
H A DCHANGES948 *) Bugfix: the "client_max_body_size" directive might work incorrectly
1742 *) Bugfix: the "client_max_body_size" directive might not work when
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c4091 if (clcf->client_max_body_size in ngx_http_v2_filter_request_body()
4092 && rb->received > clcf->client_max_body_size) in ngx_http_v2_filter_request_body()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim170 syn keyword ngxDirective contained client_max_body_size