chore(server) add " "

This commit is contained in:
coderaiser 2013-11-22 09:27:09 +00:00
parent e55f85480b
commit ea7445cea0

View file

@ -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);