From a6a738f92f5112737f68da13987840c623f53585 Mon Sep 17 00:00:00 2001 From: Harrison Pace Date: Sat, 17 Oct 2020 02:47:37 +1100 Subject: [PATCH] Alter Apache Proxy Documentation Path Remove trailing slash from the LocationMatch Regex ensuring it picks up `/wett`y and thus works in more contexts. --- docs/apache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache.md b/docs/apache.md index 87ce640..12db28f 100644 --- a/docs/apache.md +++ b/docs/apache.md @@ -19,7 +19,7 @@ RewriteCond %{REQUEST_URI} ^/wetty/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /wetty/socket.io/(.*) ws://localhost:3000/wetty/socket.io/$1 [P,L] - + DirectorySlash On Require all granted ProxyPassMatch http://127.0.0.1:3000