Este commit está contenido en:
AJ ONeal 2018-05-05 20:01:15 +00:00
padre 2ffc76e242
commit 24bbc24d90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -41,7 +41,7 @@ require('../').create({
// TODO could test for www/no-www both in directory and IP
var e;
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");
cb(e);
return;