Skip to content
Snippets Groups Projects
Commit ae4a4701 authored by R En's avatar R En
Browse files

Details in changelog

Fix changelog
parent 070ad961
No related branches found
No related tags found
No related merge requests found
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment