comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1659:680cbf783efe

Fixed some misuses of "value".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 29 Feb 2016 14:40:15 +0300
parents 2d60caa1c1dd
children c872b93682f4
comparison
equal deleted inserted replaced
1658:ae713f8acaca 1659:680cbf783efe
1545 1545
1546 </directive> 1546 </directive>
1547 1547
1548 1548
1549 <directive name="proxy_request_buffering"> 1549 <directive name="proxy_request_buffering">
1550 <syntax><value>on</value> | <value>off</value></syntax> 1550 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1551 <default>on</default> 1551 <default>on</default>
1552 <context>http</context> 1552 <context>http</context>
1553 <context>server</context> 1553 <context>server</context>
1554 <context>location</context> 1554 <context>location</context>
1555 <appeared-in>1.7.11</appeared-in> 1555 <appeared-in>1.7.11</appeared-in>