If you see this page, that means, that server is properly working. You can further configure and replace pages index.html and test.html with custom ones.
Default config.json looks like this:
{
"users": [],
"pubport": 80,
"port": 80,
"defaultpage": "index.html",
"page404": "404.html",
"welcomeMessage": "Welcome to DorianTech Node.JS Server!",
"timestamp": 1596520890155,
"blacklist": [],
"wwwredirect": false,
"nonStandardCodes": [],
"enableCompression": true,
"customHeaders": {},
"enableHTTP2": false,
"enableLogging": true,
"enableDirectoryListing": true,
"enableDirectoryListingWithDefaultHead": true
}
Changes: