set up a new wwwroot.

This commit is contained in:
Relintai 2020-08-15 15:05:55 +02:00
parent bcc32367a1
commit c142ba5ac0
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
"enable_session": false,
"session_timeout": 0,
//document_root: Root path of HTTP document, defaut path is ./
"document_root": "./",
"document_root": "./www/",
//home_page: Set the HTML file of the home page, the default value is "index.html"
//If there isn't any handler registered to the path "/", the home page file in the "document_root" is send to clients as a response
//to the request for "/".