fix #617: fix apache proxy for websocket

This commit is contained in:
Johan Desmyter 2018-11-19 21:54:44 +03:00
parent 9005ebbd6d
commit 031ae27a40
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Invalid URI for reverse proxy websocket with apache (#617)

View File

@ -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;'