comparison xml/en/docs/http/ngx_http_fastcgi_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 a225fa77389a
children c872b93682f4
comparison
equal deleted inserted replaced
1658:ae713f8acaca 1659:680cbf783efe
1215 1215
1216 </directive> 1216 </directive>
1217 1217
1218 1218
1219 <directive name="fastcgi_request_buffering"> 1219 <directive name="fastcgi_request_buffering">
1220 <syntax><value>on</value> | <value>off</value></syntax> 1220 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1221 <default>on</default> 1221 <default>on</default>
1222 <context>http</context> 1222 <context>http</context>
1223 <context>server</context> 1223 <context>server</context>
1224 <context>location</context> 1224 <context>location</context>
1225 <appeared-in>1.7.11</appeared-in> 1225 <appeared-in>1.7.11</appeared-in>