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:54:55 UTC

svn commit: r1907040 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.xml

Author: ylavic
Date: Fri Jan 27 17:54:55 2023
New Revision: 1907040

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.xml?rev=1907040&r1=1907039&r2=1907040&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_wstunnel.xml Fri Jan 27 17:54:55 2023
@@ -73,11 +73,11 @@ the <var><a href="mod_proxy.html#upgrade
 <directive type="ProxyPass" module="mod_proxy">ProxyPass</directive>
 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>
 </summary>