readds websocket for apache

This commit is contained in:
Renon 2019-01-24 10:34:50 +01:00
parent 81b6f703c1
commit cfb458f407
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
Allow from all Allow from all
</Proxy> </Proxy>
# Activating WebSockets
ProxyPass "/api/v1/activity" ${funkwhale-api-ws}/api/v1/activity
<Location "/"> <Location "/">
# similar to nginx 'client_max_body_size 100M;' # similar to nginx 'client_max_body_size 100M;'
LimitRequestBody 104857600 LimitRequestBody 104857600