fix(server) lHost -> host

This commit is contained in:
coderaiser 2014-02-12 08:04:41 -05:00
parent ebf8bf2899
commit e0bb07eaa7

View file

@ -124,7 +124,7 @@
redirectServer = http.createServer(function(req, res) {
var url,
host = req.headers.host,
parsed = url.parse(lHost),
parsed = url.parse(host),
hostName = parsed.protocol;
url = lHTTPS + hostName + lSSLPort + req.url;