Solved it, it was indeed just a Linux permissions issue. In my case, www-data owning the external drive content wasn’t sufficient, I needed to change the permissions rules to 755: chmod -R 755 /mnt/data
1 Like