Merge branch '1.x' into 2.x
这个提交包含在:
当前提交
8211a530df
3
serve.js
3
serve.js
@ -144,6 +144,7 @@ function createServer(port, pubdir, content, opts) {
|
||||
if ('false' !== opts.insecurePort && httpPort !== opts.insecurePort) {
|
||||
return createInsecureServer(opts.insecurePort, pubdir, opts).then(resolve);
|
||||
} else {
|
||||
opts.insecurePort = opts.port;
|
||||
resolve();
|
||||
}
|
||||
});
|
||||
@ -358,8 +359,8 @@ function run() {
|
||||
if (!matchingIps.length) {
|
||||
console.info("Neither the attached nor external interfaces match '" + argv.servername + "'");
|
||||
}
|
||||
opts.matchingIps = matchingIps || [];
|
||||
}
|
||||
opts.matchingIps = matchingIps || [];
|
||||
|
||||
if (opts.matchingIps.length) {
|
||||
console.info('');
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户