Memcached: enabled ranges.

This commit is contained in:
Martin Mlynář 2015-04-21 21:04:36 +02:00
parent 673941f81d
commit 958d4a0b1f

View File

@ -618,6 +618,7 @@ ngx_http_memcached_create_loc_conf(ngx_conf_t *cf)
conf->upstream.intercept_404 = 1;
conf->upstream.pass_request_headers = 0;
conf->upstream.pass_request_body = 0;
conf->upstream.force_ranges = 1;
conf->index = NGX_CONF_UNSET;
conf->gzip_flag = NGX_CONF_UNSET_UINT;