mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(server) lHost -> host
This commit is contained in:
parent
ebf8bf2899
commit
e0bb07eaa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue