On Thu, Sep 17, 2026 at 02:10:11PM +0200, Sylvain Saboua wrote: > is there a > straightforward way to serve files located on > the /mnt partition ?
You could either disable the default chroot to /var/www or mount the partition you're currently mounting on /mnt within the /var/www hierarchy. Mounting it on something like /var/www/mnt, for example.

