mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(server) http -> procol
This commit is contained in:
parent
36a72157d3
commit
c51f1409ae
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
};
|
||||
|
||||
Util.log('* Redirection http -> https is setted up');
|
||||
logServer(port, ip, http);
|
||||
logServer(port, ip, protocol);
|
||||
|
||||
http.createServer(server)
|
||||
.listen(port, ip);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue