From: Eric Covener Date: Sun, 9 Aug 2020 19:12:44 +0000 (+0000) Subject: more similar to trunk X-Git-Tag: 2.4.47~296 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3881ebc8891e9627d678cfa628bf640007d16ec4;p=thirdparty%2Fapache%2Fhttpd.git more similar to trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1880725 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml index e36eb328904..ff9d8a8526e 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.xml +++ b/docs/manual/mod/mod_proxy_wstunnel.xml @@ -55,8 +55,8 @@ websocket-only, can be done by specifying the websockets ProxyPass directive before the HTTP directive:

-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/

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