1

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?

gebirgsbärbel
  • 2,327
  • 1
  • 22
  • 38

1 Answers1

0

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

Youming Lin
  • 334
  • 2
  • 4