You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/01/27 17:55:03 UTC

svn commit: r1907041 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8

Author: ylavic
Date: Fri Jan 27 17:55:03 2023
New Revision: 1907041

URL: http://svn.apache.org/viewvc?rev=1907041&view=rev
Log:
docs xforms [skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8?rev=1907041&r1=1907040&r2=1907041&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 [utf-8] Fri Jan 27 17:55:03 2023
@@ -74,11 +74,11 @@ the <var><a href="mod_proxy.html#upgrade
 <code class="directive"><a href="../mod/mod_proxy.html#proxypass">ProxyPass</a></code>
 directive to some custom protocol name.
 Special <code>upgrade=NONE</code> and <code>upgrade=ANY</code> values may be used for
-testing/forcing the upgrade but they are <strong>not recommended</strong> for production for
+testing/forcing the upgrade but they are <strong>not recommended</strong> in production for
 security reasons.
-<code>NONE</code> means that the check for the header is omitted but still the upgrade to
-WebSocket still happens.
-<code>ANY</code> means that the upgrade will happen with any protocol asked by the client.
+<code>NONE</code> means that the check for the header is omitted but still the upgrade/tunneling to
+WebSocket always happens.
+<code>ANY</code> means that the upgrade/tunneling will happen using any protocol asked by the client.
 </p>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>