since some days I’m using caddy as a reverse proxy in my local network, which works really good.
I want also to switch from an existing nginx-docker to caddy, but there is a little challgenge for me.
I need a file index page like in NGinx with AutoIndex (no html page, only listing files in folder).
I know that caddy has the file_server function, but my service, for which I need nginx, cannot handle it.
Is there a possibility inside of caddy to use that index pages like in nginx?