From 57178503892687ab683bd82d3e695d1c2aa43527 Mon Sep 17 00:00:00 2001 From: Frederic Pollmann Date: Thu, 18 Feb 2021 08:51:23 +0100 Subject: [PATCH] fix(docs): update config example for Apache proxy config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a43df49..67cc4cb 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ interface on port `8080` below): RewriteEngine On # Websocket connections from the clients. - RewriteRule ^/standalone-signaling/spreed$ - [L] + RewriteRule ^/standalone-signaling/spreed/$ - [L] # Backend connections from Nextcloud. RewriteRule ^/standalone-signaling/api/(.*) http://127.0.0.1:8080/api/$1 [L,P]