Details in changelog
Fix changelog
This commit is contained in:
parent
070ad9615f
commit
ae4a470145
1 changed files with 15 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue