comparison xml/en/docs/http/ngx_http_uwsgi_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
1157 1157
1158 </directive> 1158 </directive>
1159 1159
1160 1160
1161 <directive name="uwsgi_request_buffering"> 1161 <directive name="uwsgi_request_buffering">
1162 <syntax><value>on</value> | <value>off</value></syntax> 1162 <syntax><literal>on</literal> | <literal>off</literal></syntax>
1163 <default>on</default> 1163 <default>on</default>
1164 <context>http</context> 1164 <context>http</context>
1165 <context>server</context> 1165 <context>server</context>
1166 <context>location</context> 1166 <context>location</context>
1167 <appeared-in>1.7.11</appeared-in> 1167 <appeared-in>1.7.11</appeared-in>