mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
refactor(server) start
This commit is contained in:
parent
6e88653fb5
commit
5a56f420ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue