readds websocket for apache
This commit is contained in:
parent
81b6f703c1
commit
cfb458f407
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue