Issue with logo image access after migrating to NFS

Hello everyone,

I’m encountering an issue since I moved my data folder from my Docker server to a NAS via NFS. Everything worked fine when it was local on the server.

Everything seems to be working, file uploads and reading, but I’m having issues with avatars and custom logos

Currently, I can upload a custom logo via the interface, and the file is correctly updated on the NFS resource. However, the logo doesn’t display on the site, and when I try to access the image directly via its URL, I get a 403 error (forbidden access).

I use Nginx Proxy Manager (also installed in Docker) to manage a dozen subdomains, and everything works fine.

Has anyone faced a similar problem ? If so, did you find a solution?

Thanks in advance for any feedback!

Maybe the same problem?

Thanks :slight_smile:

It’s about two things: the Nginx configuration and the directory permissions. I don’t understand why the Nginx configuration wouldn’t be correct for just one file (mylogo.png). As for the directories, I’ve correctly set the permissions to 755 as instructed and assigned the root user, but that didn’t solve the issue :confused: