Is there a feature like DirectoryIndex on Apache for Kitura?

59 views Asked by At

In apache I have the possibility to display the directory index instead of the index.html file. Like this: enter image description here

Is there a similar feature in Kitura, that allows me to simply display the contents of the directory instead of having an index.html?

1

There are 1 answers

0
Youming Lin On BEST ANSWER

Sorry, Kitura does not currently support auto-display of the directory contents.