Skip to content
Snippets Groups Projects
Commit 031ae27a authored by Johan Desmyter's avatar Johan Desmyter
Browse files

fix #617: fix apache proxy for websocket

parent 9005ebbd
No related branches found
No related tags found
No related merge requests found
Invalid URI for reverse proxy websocket with apache (#617)
......@@ -69,7 +69,7 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
</Proxy>
# Activating WebSockets
ProxyPass "/api/v1/instance/activity" ${funkwhale-api-ws}/api/v1/instance/activity
ProxyPass "/api/v1/activity" ${funkwhale-api-ws}/api/v1/activity
<Location "/api">
# similar to nginx 'client_max_body_size 30M;'
......
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