From: Eric Covener
Date: Sun, 9 Aug 2020 19:12:14 +0000 (+0000)
Subject: fix quotes, simplify path, add a high port
X-Git-Tag: 2.5.0-alpha2-ci-test-only~1240
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f47c5d3979274976ece570731b8763a4e97948;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml
index c10ff2e6fef..519523080c0 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/"
ProxyPass directive before the
HTTP directive:
-ProxyPass "/myApp/" "ws://backend.example.com/
-ProxyPass "/myApp/" "http://backend.example.com/
+ProxyPass "/" "ws://backend.example.com:9080/"
+ProxyPass "/" "http://backend.example.com:9080/"