镜像自地址
https://github.com/therootcompany/greenlock-express.js.git
已同步 2024-11-16 17:28:59 +00:00
typo fix
这个提交包含在:
父节点
2ffc76e242
当前提交
24bbc24d90
@ -41,7 +41,7 @@ require('../').create({
|
|||||||
// TODO could test for www/no-www both in directory and IP
|
// TODO could test for www/no-www both in directory and IP
|
||||||
var e;
|
var e;
|
||||||
var hostdir = path.join(srv, opts.domains[0]);
|
var hostdir = path.join(srv, opts.domains[0]);
|
||||||
if (!hosnameRe.test(opts.domains[0])) {
|
if (!hostnameRe.test(opts.domains[0])) {
|
||||||
e = new Error("rejecting '" + opts.domains[0] + "' because it is not a valid domain name");
|
e = new Error("rejecting '" + opts.domains[0] + "' because it is not a valid domain name");
|
||||||
cb(e);
|
cb(e);
|
||||||
return;
|
return;
|
||||||
|
|||||||
正在加载...
x
在新工单中引用
屏蔽一个用户