Welcome to SVR.JS Nightly-20200820.1

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": 1597749321021,
  "blacklist": [],
  "wwwredirect": false,
  "nonStandardCodes": [],
  "enableCompression": true,
  "customHeaders": {},
  "enableHTTP2": false,
  "enableLogging": true,
  "enableDirectoryListing": true
}

Changes:


Tests
More Information