diff --git a/changes/changelog.d/389.bugfix b/changes/changelog.d/389.bugfix new file mode 100644 index 000000000..6cfb3ca39 --- /dev/null +++ b/changes/changelog.d/389.bugfix @@ -0,0 +1,19 @@ +Fix Apache2 permission issue preventing `/media` folder from being served correctly (#389) + + +Fix Apache2 configuration file for media block [Manual action required] +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The permission scope on the current Apache2 configuration file is too narrow, preventing thumbnails from being served. + +On Apache2 setups, you have to replace the following line:: + + + +with:: + + + +You can now restart your server:: + + sudo systemctl restart apache2 diff --git a/deploy/apache.conf b/deploy/apache.conf index b74e04b33..e3a570db0 100644 --- a/deploy/apache.conf +++ b/deploy/apache.conf @@ -111,7 +111,7 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music Require all granted - + Options FollowSymLinks AllowOverride None Require all granted