mirror of
https://github.com/nginx/nginx.git
synced 2024-12-19 13:43:28 -06:00
Memcached: enabled ranges.
This commit is contained in:
parent
673941f81d
commit
958d4a0b1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user