docsify-cli icon indicating copy to clipboard operation
docsify-cli copied to clipboard

The http server does not default properly to index.html

Open evialle73 opened this issue 4 years ago • 0 comments

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

evialle73 avatar Mar 24 '22 09:03 evialle73