|
@@ -204,13 +204,13 @@
|
|
|
|
|
|
/* 请求路径(可不指定)。demo:"/file/static"。The relative request path that maps to static resources */
|
|
|
//"requestPath": "/file",
|
|
|
-
|
|
|
+
|
|
|
|
|
|
/* 静态文件路径。可为相对路径或绝对路径。若为空或空字符串则默认为入口程序所在目录下的wwwroot文件夹。demo:"wwwroot/demo" */
|
|
|
"rootPath": "wwwroot",
|
|
|
|
|
|
/* 默认页面(可不指定)。An ordered list of file names to select by default. List length and ordering may affect performance */
|
|
|
- //"defaultFileNames": [],
|
|
|
+ "defaultFileNames": [ "index.html" ],
|
|
|
|
|
|
/* 是否可浏览目录(default false)。Enables directory browsing */
|
|
|
//"useDirectoryBrowser": false,
|