docsifyjs / docsify-cli

🖌 docsify cli tool - A magical documentation generator.
https://cli.docsifyjs.org
MIT License
721 stars 153 forks source link

The http server does not default properly to index.html #175

Open evialle73 opened 2 years ago

evialle73 commented 2 years ago

If I try to reach the root index.html everything is fine: http://localhost:3000/ is properly displaying index.html but if I try to reach a sub folder with another index.html: http://localhost:3000/a/b/ , the server deliver the root index.html instead of the file a/b/index.html