node-http-server

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 35  →  ?path2? @ 37
/config.js.dist
@@ -81,5 +81,11 @@
address: 'localhost',
// The port that the HTTPs server will be listening on.
port: 8080
},
configuration: {
// Whether to enable sending the server configuration.
enable: true,
// The relative path that must be accessed to retrieve the configuration.
path: '/configuration'
}
}