mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(server) add " "
This commit is contained in:
parent
e55f85480b
commit
ea7445cea0
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@
|
|||
if (lSSL) {
|
||||
Util.log('* Redirection http -> https is setted up');
|
||||
lServerLog(lHTTP, lPort);
|
||||
var lRedirectServer = http.createServer( function(pReq, pRes) {
|
||||
var lRedirectServer = http.createServer( function(pReq, pRes) {
|
||||
var lHost = pReq.headers.host;
|
||||
|
||||
main.redirect({
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
lRedirectServer.listen(lPort, lIP);
|
||||
|
||||
Server = https.createServer( lSSL, controller );
|
||||
Server = https.createServer(lSSL, controller);
|
||||
Server.on('error', function (pError) {
|
||||
Util.log('Could not use https port: ' + lSSLPort);
|
||||
Util.log(pError);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue