diff --git a/lib/server.js b/lib/server.js index 61ba7dec..37d31951 100644 --- a/lib/server.js +++ b/lib/server.js @@ -1,4 +1,4 @@ -(function() { + (function() { 'use strict'; if (!global.cloudcmd) @@ -117,7 +117,7 @@ }; /* server mode or testing mode */ if (config.server) - if (isSSL) { + if (ssl) { Util.log('* Redirection http -> https is setted up'); serverLog(http, port);