comparison xml/en/docs/http/ngx_http_core_module.xml @ 499:76a8eca844d0

Documented that "max_ranges" appeared in 1.1.2.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 23 Apr 2012 08:01:58 +0000
parents c5680571ec09
children aed015c3dedd
comparison
equal deleted inserted replaced
498:65843513cff5 499:76a8eca844d0
1417 <syntax><value>number</value></syntax> 1417 <syntax><value>number</value></syntax>
1418 <default/> 1418 <default/>
1419 <context>http</context> 1419 <context>http</context>
1420 <context>server</context> 1420 <context>server</context>
1421 <context>location</context> 1421 <context>location</context>
1422 <appeared-in>1.1.2</appeared-in>
1422 1423
1423 <para> 1424 <para>
1424 Limits the maximum allowed number of ranges in byte-range requests. 1425 Limits the maximum allowed number of ranges in byte-range requests.
1425 Requests that exceed the limit are processed as if there were no 1426 Requests that exceed the limit are processed as if there were no
1426 byte ranges specified. 1427 byte ranges specified.