From 66f47c5d3979274976ece570731b8763a4e97948 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Sun, 9 Aug 2020 19:12:14 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy_wstunnel.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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/"
--
2.47.3