Skip to content

Commit

Permalink
fix the wrong directive from proxy_write_timeout to proxy_send_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoweibin committed Sep 27, 2010
1 parent 9866e44 commit f0f9aa4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -345,14 +345,14 @@ Directives

description: set the timeout value of reading from backends.

proxy_write_timeout
syntax: *proxy_write_timeout miliseconds*
proxy_send_timeout
syntax: *proxy_send_timeout miliseconds*

default: *60000*

context: *tcp, server*

description: set the timeout value of writing to backends.
description: set the timeout value of sending to backends.

Installation
Download the latest version of the release tarball of this module from
Expand Down
8 changes: 4 additions & 4 deletions README.html
Expand Up @@ -61,7 +61,7 @@
<li><a href="#proxy_buffer">proxy_buffer</a></li>
<li><a href="#proxy_connect_timeout">proxy_connect_timeout</a></li>
<li><a href="#proxy_read_timeout">proxy_read_timeout</a></li>
<li><a href="#proxy_write_timeout">proxy_write_timeout</a></li>
<li><a href="#proxy_send_timeout">proxy_send_timeout</a></li>
</ul>

</ul>
Expand Down Expand Up @@ -370,11 +370,11 @@ <h3><a name="proxy_read_timeout">proxy_read_timeout</a></h3>
<p><strong>description:</strong> set the timeout value of reading from backends.</p>
<p>
</p>
<h3><a name="proxy_write_timeout">proxy_write_timeout</a></h3>
<p><strong>syntax:</strong> <em>proxy_write_timeout miliseconds</em></p>
<h3><a name="proxy_send_timeout">proxy_send_timeout</a></h3>
<p><strong>syntax:</strong> <em>proxy_send_timeout miliseconds</em></p>
<p><strong>default:</strong> <em>60000</em></p>
<p><strong>context:</strong> <em>tcp, server</em></p>
<p><strong>description:</strong> set the timeout value of writing to backends.</p>
<p><strong>description:</strong> set the timeout value of sending to backends.</p>
<p>
</p>
<hr />
Expand Down
8 changes: 4 additions & 4 deletions manpage.wiki
@@ -1,4 +1,4 @@
= Name =
= Name =

'''nginx_tcp_proxy_module''' - support TCP proxy with Nginx

Expand Down Expand Up @@ -334,15 +334,15 @@ The parameters' meanings are:

'''description:''' set the timeout value of reading from backends.

=== proxy_write_timeout ===
=== proxy_send_timeout ===

'''syntax:''' ''proxy_write_timeout miliseconds''
'''syntax:''' ''proxy_send_timeout miliseconds''

'''default:''' ''60000''

'''context:''' ''tcp, server''

'''description:''' set the timeout value of writing to backends.
'''description:''' set the timeout value of sending to backends.


= Installation =
Expand Down

0 comments on commit f0f9aa4

Please sign in to comment.