refactor(server) start

This commit is contained in:
coderaiser 2014-02-24 11:04:26 -05:00
parent 6e88653fb5
commit 5a56f420ea

View file

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