diff --git a/deploy/apache.conf b/deploy/apache.conf index e1409a627..3b34dcdba 100644 --- a/deploy/apache.conf +++ b/deploy/apache.conf @@ -64,11 +64,6 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music Allow from all - # Activating WebSockets - - ProxyPass ${funkwhale-api-ws}/api/v1/activity - - # similar to nginx 'client_max_body_size 100M;' LimitRequestBody 104857600 @@ -107,6 +102,11 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music Alias /staticfiles /srv/funkwhale/data/static + # Activating WebSockets + + ProxyPass ${funkwhale-api-ws}/api/v1/activity + + # Setting appropriate access levels to serve frontend Options FollowSymLinks