Skip to content
Snippets Groups Projects
Commit 1d6a4d8c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'fix_apache_proxy' into 'develop'

fix #617: fix apache proxy for websocket

Closes #617

See merge request funkwhale/funkwhale!472
parents a0bb036c 031ae27a
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