UNPKG

web-servo

Version:

Node HTTP web server that can execute node JS scripts

23 lines 383 B
{ "server": { "port": "443", "dir": "www/", "exitOnError": true, "ssl": { "enabled": true, "key": "rolling.key", "cert": "hating.crt" } }, "log": { "error": { "debug": true, "enabled": true, "path": "log/error.log", "console": true }, "warning": { "enabled": true } } }