diff --git a/changes/changelog.d/764.bugfix b/changes/changelog.d/764.bugfix
new file mode 100644
index 000000000..114f602b5
--- /dev/null
+++ b/changes/changelog.d/764.bugfix
@@ -0,0 +1 @@
+Fixed broken sample apache configuration (#764)
diff --git a/deploy/apache.conf b/deploy/apache.conf
index 52eee9533..e1409a627 100644
--- a/deploy/apache.conf
+++ b/deploy/apache.conf
@@ -65,7 +65,9 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
# Activating WebSockets
- ProxyPass "/api/v1/activity" ${funkwhale-api-ws}/api/v1/activity
+
+ ProxyPass ${funkwhale-api-ws}/api/v1/activity
+
# similar to nginx 'client_max_body_size 100M;'
@@ -90,13 +92,19 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
ProxyPassReverse ${funkwhale-api}/.well-known/
- ProxyPass "/front" "!"
+
+ ProxyPass "!"
+
Alias /front /srv/funkwhale/front/dist
- ProxyPass "/media" "!"
+
+ ProxyPass "!"
+
Alias /media /srv/funkwhale/data/media
- ProxyPass "/staticfiles" "!"
+
+ ProxyPass "!"
+
Alias /staticfiles /srv/funkwhale/data/static
# Setting appropriate access levels to serve frontend