Fix basic authentication on httpNode/Admin/Static

This commit is contained in:
Nick O'Leary
2015-11-10 15:44:48 +00:00
parent cb01920ee6
commit 34537180c3
3 changed files with 18 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ module.exports = {
// By default, these are served relative to '/'. The following property
// can be used to specifiy a different root path. If set to false, this is
// disabled.
//httpNodeRoot: '/nodes',
//httpNodeRoot: '/red-nodes',
// To password protect the node-defined HTTP endpoints, the following property
// can be used.