comparison xml/en/docs/http/ngx_http_memcached_module.xml @ 1149:1501e5848052

Corrected the usage of the definite article.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 08 Apr 2014 20:13:53 +0400
parents 95c3c3bbf1ce
children 4c2324a7eeea
comparison
equal deleted inserted replaced
1148:2b9dc2c5e129 1149:1501e5848052
211 <context>server</context> 211 <context>server</context>
212 <context>location</context> 212 <context>location</context>
213 213
214 <para> 214 <para>
215 Defines a timeout for reading a response from the memcached server. 215 Defines a timeout for reading a response from the memcached server.
216 A timeout is set only between two successive read operations, 216 The timeout is set only between two successive read operations,
217 not for the transmission of the whole response. 217 not for the transmission of the whole response.
218 If a memcached server does not transmit anything within this time, 218 If the memcached server does not transmit anything within this time,
219 the connection is closed. 219 the connection is closed.
220 </para> 220 </para>
221 221
222 </directive> 222 </directive>
223 223
229 <context>server</context> 229 <context>server</context>
230 <context>location</context> 230 <context>location</context>
231 231
232 <para> 232 <para>
233 Sets a timeout for transmitting a request to the memcached server. 233 Sets a timeout for transmitting a request to the memcached server.
234 A timeout is set only between two successive write operations, 234 The timeout is set only between two successive write operations,
235 not for the transmission of the whole request. 235 not for the transmission of the whole request.
236 If a memcached server does not receive anything within this time, 236 If the memcached server does not receive anything within this time,
237 a connection is closed. 237 the connection is closed.
238 </para> 238 </para>
239 239
240 </directive> 240 </directive>
241 241
242 </section> 242 </section>