]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
more similar to trunk
authorEric Covener <covener@apache.org>
Sun, 9 Aug 2020 19:12:44 +0000 (19:12 +0000)
committerEric Covener <covener@apache.org>
Sun, 9 Aug 2020 19:12:44 +0000 (19:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1880725 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_wstunnel.xml

index e36eb3289045d40fae48c6c5a033e15bd13d96e2..ff9d8a8526e8cbe2b2480acf8ab2e46ee7012913 100644 (file)
@@ -55,8 +55,8 @@ websocket-only, can be done by specifying the websockets
 <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