From ae4a470145cf26d804a6bbc14f3fcaf111b2d5a7 Mon Sep 17 00:00:00 2001 From: RenonDis <renon@disroot.org> Date: Wed, 13 Jun 2018 17:40:39 +0200 Subject: [PATCH] Details in changelog Fix changelog --- changes/changelog.d/252.enhancement | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/changes/changelog.d/252.enhancement b/changes/changelog.d/252.enhancement index 53f70208..eb4fd9db 100644 --- a/changes/changelog.d/252.enhancement +++ b/changes/changelog.d/252.enhancement @@ -1 +1,15 @@ -Apache2 reverse proxy now supports websockets (with Apache 2.4.25) (!252) +Apache2 reverse proxy now supports websockets (tested with Apache 2.4.25) (!252) + +Apache support for websocket +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Add this at the beginning of your Apache configuration file:: + + Define funkwhale-api-ws ws://localhost:5000 + +Add this to your Apache configuration file, before the "/api" block:: + + # Activating WebSockets + ProxyPass "/api/v1/instance/activity" ${funkwhale-api-ws}/api/v1/instance/activity + +Websockets may not be supported in older versions of Apache2. Be sure to upgrade to the latest version available. -- GitLab