Searched refs:client_max_body_size (Results 1 – 7 of 7) sorted by relevance
349 off_t client_max_body_size; /* client_max_body_size */ member
980 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()
358 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()
961 *) Исправление: при использовании HTTP/2 директива client_max_body_size1781 *) Исправление: директива client_max_body_size могла не работать при
948 *) Bugfix: the "client_max_body_size" directive might work incorrectly1742 *) Bugfix: the "client_max_body_size" directive might not work when
4091 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()
170 syn keyword ngxDirective contained client_max_body_size