Mailing List Archive

svn commit: r1880725 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_wstunnel.xml
Author: covener
Date: Sun Aug 9 19:12:44 2020
New Revision: 1880725

URL: http://svn.apache.org/viewvc?rev=1880725&view=rev
Log:
more similar to trunk

Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_wstunnel.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_wstunnel.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_wstunnel.xml?rev=1880725&r1=1880724&r2=1880725&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_wstunnel.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_wstunnel.xml Sun Aug 9 19:12:44 2020
@@ -55,8 +55,8 @@ websocket-only, can be done by specifyin
<directive type="ProxyPass" module="mod_proxy">ProxyPass</directive> directive before the
HTTP directive:</p>
<highlight language="config">
-ProxyPassMatch ^/(myApp/ws)$ ws://example.com:9080/$1
-ProxyPass / http://example.com:9080/
+ProxyPassMatch ^/(myApp/ws)$ ws://backend.example.com:9080/$1
+ProxyPass / http://backend.example.com:9080/
</highlight>

<p>Proxying both HTTP and websockets at the same time, where the websockets URL's are not