summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy_wstunnel.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2020-08-09 21:12:14 +0200
committerEric Covener <covener@apache.org>2020-08-09 21:12:14 +0200
commit66f47c5d3979274976ece570731b8763a4e97948 (patch)
tree1458f52a140138f665fe99206c7415a8ddd2ab0f /docs/manual/mod/mod_proxy_wstunnel.xml
parentcover overlapp scenario which is straightfoward in trunk (diff)
downloadapache2-66f47c5d3979274976ece570731b8763a4e97948.tar.xz
apache2-66f47c5d3979274976ece570731b8763a4e97948.zip
fix quotes, simplify path, add a high port
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880724 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_proxy_wstunnel.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml
index c10ff2e6fe..519523080c 100644
--- a/docs/manual/mod/mod_proxy_wstunnel.xml
+++ b/docs/manual/mod/mod_proxy_wstunnel.xml
@@ -54,8 +54,8 @@ ProxyPass "/wss2/" "wss://echo.websocket.org/"
<directive type="ProxyPass" module="mod_proxy">ProxyPass</directive> directive before the
HTTP directive:</p>
<highlight language="config">
-ProxyPass "/myApp/" "ws://backend.example.com/
-ProxyPass "/myApp/" "http://backend.example.com/
+ProxyPass "/" "ws://backend.example.com:9080/"
+ProxyPass "/" "http://backend.example.com:9080/"
</highlight>