summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2014-10-14 18:32:01 +0400
committerRoman Arutyunyan <arut@nginx.com>2014-10-14 18:32:01 +0400
commit2244a5e9cf40d271ddf31f083acd694b5d9f13b4 (patch)
tree970d41c3114c3d10ebccaa30dbbdd687752b5c36 /src/http/ngx_http_upstream.h
parent8ae7751878b60f2822e530cd8b5d26b59ea9236a (diff)
downloadnginx-2244a5e9cf40d271ddf31f083acd694b5d9f13b4.tar.gz
nginx-2244a5e9cf40d271ddf31f083acd694b5d9f13b4.tar.bz2
Upstream: proxy_force_ranges and friends.
The directives enable byte ranges for both cached and uncached responses regardless of backend headers.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 2ee899d83..8296b2e1c 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -162,6 +162,7 @@ typedef struct {
ngx_flag_t ignore_client_abort;
ngx_flag_t intercept_errors;
ngx_flag_t cyclic_temp_file;
+ ngx_flag_t force_ranges;
ngx_path_t *temp_path;