Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 25 additions & 12 deletions xml/en/docs/http/ngx_http_tunnel_module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,9 @@
<section id="summary">

<para>
The <literal>ngx_http_tunnel_module</literal> (1.29.3) handles
<link url="https://datatracker.ietf.org/doc/html/rfc9110#section-9.3.6">CONNECT
requests</link>
and establishes an end-to-end virtual connection.
</para>

<para>
<note>
This module is available as part of our
<commercial_version>commercial subscription</commercial_version>.
</note>
The <literal>ngx_http_tunnel_module</literal> (1.31.0) handles HTTP/1.1
<link url="https://datatracker.ietf.org/doc/html/rfc9110#section-9.3.6">CONNECT</link>
requests and establishes an end-to-end virtual connection.
</para>

</section>
Expand Down Expand Up @@ -101,6 +93,13 @@ server {
</example>
</para>

<para>
<note>
This directive is available as part of our
<commercial_version>commercial subscription</commercial_version>.
</note>
</para>

</directive>


Expand Down Expand Up @@ -148,6 +147,13 @@ tunnel_bind_dynamic on;
</example>
</para>

<para>
<note>
This directive is available as part of our
<commercial_version>commercial subscription</commercial_version>.
</note>
</para>

</directive>


Expand Down Expand Up @@ -209,7 +215,14 @@ server, passing a request to it, or reading data from the server;</tag-desc>

<tag-name id="denied"><literal>denied</literal></tag-name>
<tag-desc>the server <link id="tunnel_allow_upstream">denied</link>
the connection;</tag-desc>
the connection;
<para>
<note>
This parameter is available as part of our
<commercial_version>commercial subscription</commercial_version>.
</note>
</para>
</tag-desc>

<tag-name><literal>off</literal></tag-name>
<tag-desc>disables passing a request to the next server.</tag-desc>
Expand Down
1 change: 1 addition & 0 deletions xml/ru/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ REFS = \
http/ngx_http_status_module \
http/ngx_http_stub_status_module \
http/ngx_http_sub_module \
http/ngx_http_tunnel_module \
http/ngx_http_upstream_module \
http/ngx_http_upstream_conf_module \
http/ngx_http_upstream_hc_module \
Expand Down
Loading