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

readds websocket for apache

parent 81b6f703
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,9 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
Allow from all
</Proxy>
# Activating WebSockets
ProxyPass "/api/v1/activity" ${funkwhale-api-ws}/api/v1/activity
<Location "/">
# similar to nginx 'client_max_body_size 100M;'
LimitRequestBody 104857600
......
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