Serving http without directory listing

Hi,
I want to serve my files through http without directory listing (same as option -Indexes on apache).

I currently use a mount endpoint and use a virtualhost on apache on this mount point, but it seems performances are bad when multiple users stream files at the same time.

So my question is : is it possible to hide directory listing through "rclone serve http" command?

Thanks in advance

It's not possible at the moment but you could put caddy in front of rclone and do it that way.

Thanks,
Unfortunately, I don't have another server with free 443 port to build something like that.
Is there any way to speed up the fuse mount? (I just upgraded my rclone to 1.51 from 1.49).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.