Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h380 ngx_uint_t client_body_in_file_only; /* client_body_in_file_only */ member
H A Dngx_http_core_module.c386 offsetof(ngx_http_core_loc_conf_t, client_body_in_file_only),
1244 if (clcf->client_body_in_file_only) { in ngx_http_update_location_config()
1248 clcf->client_body_in_file_only == NGX_HTTP_REQUEST_BODY_FILE_CLEAN; in ngx_http_update_location_config()
3419 clcf->client_body_in_file_only = NGX_CONF_UNSET_UINT; in ngx_http_core_create_loc_conf()
3638 ngx_conf_merge_uint_value(conf->client_body_in_file_only, in ngx_http_core_merge_loc_conf()
3639 prev->client_body_in_file_only, in ngx_http_core_merge_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru2034 client_body_in_file_only.
2153 *) Исправление: в директиве client_body_in_file_only; ошибка появилась в
2224 *) Исправление: в директиве client_body_in_file_only; ошибка появилась в
6101 *) Добавление: параметр clean в директиве client_body_in_file_only.
6117 "client_body_in_file_only on" и тело запроса было небольшое, то мог
6121 директивы "client_body_in_file_only on" и
6610 "client_body_in_file_only on" и делался переход к следующему бэкенду.
6861 *) Добавление: директива client_body_in_file_only.
H A DCHANGES1987 ngx_http_spdy_module was used with the "client_body_in_file_only"
2107 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
2173 *) Bugfix: in the "client_body_in_file_only" directive; the bug had
5977 *) Feature: the "clean" parameter in the "client_body_in_file_only"
5994 "client_body_in_file_only on" was used and a request body was small.
5997 "client_body_in_file_only on" and "proxy_pass_request_body off" or
6479 "client_body_in_file_only on" was used and nginx switched to a next
6729 *) Feature: the "client_body_in_file_only" directive.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim164 syn keyword ngxDirective contained client_body_in_file_only