From c142ba5ac0bab522ca8f0f448e89903d8dcb9cec Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 15 Aug 2020 15:05:55 +0200 Subject: [PATCH] set up a new wwwroot. --- config.json.example | 2 +- index.html => www/index.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.html => www/index.html (100%) diff --git a/config.json.example b/config.json.example index a7438a9..e6b9579 100644 --- a/config.json.example +++ b/config.json.example @@ -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 "/". diff --git a/index.html b/www/index.html similarity index 100% rename from index.html rename to www/index.html