Home
last modified time | relevance | path

Searched refs:force_ranges (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h183 ngx_flag_t force_ranges; member
H A Dngx_http_upstream.c2840 if (u->conf->force_ranges) { in ngx_http_upstream_process_headers()
5194 if (r->upstream->conf->force_ranges) { in ngx_http_upstream_copy_allow_ranges()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c220 offsetof(ngx_http_scgi_loc_conf_t, upstream.force_ranges),
1207 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1303 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_scgi_merge_loc_conf()
1304 prev->upstream.force_ranges, 0); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c281 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.force_ranges),
1420 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1524 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_uwsgi_merge_loc_conf()
1525 prev->upstream.force_ranges, 0); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_memcached_module.c627 conf->upstream.force_ranges = 1; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c370 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.force_ranges),
2728 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2829 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_fastcgi_merge_loc_conf()
2830 prev->upstream.force_ranges, 0); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c447 offsetof(ngx_http_proxy_loc_conf_t, upstream.force_ranges),
2860 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2982 ngx_conf_merge_value(conf->upstream.force_ranges, in ngx_http_proxy_merge_loc_conf()
2983 prev->upstream.force_ranges, 0); in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c4208 conf->upstream.force_ranges = 0; in ngx_http_grpc_create_loc_conf()