mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-03 05:02:54 +00:00
fix(server) start: http -> HTTP
This commit is contained in:
parent
e7aa819500
commit
15dcc2d8db
2 changed files with 4 additions and 2 deletions
|
|
@ -119,7 +119,7 @@
|
|||
if (config.server)
|
||||
if (ssl) {
|
||||
Util.log('* Redirection http -> https is setted up');
|
||||
serverLog(http, port);
|
||||
serverLog(HTTP, port);
|
||||
|
||||
redirectServer = http.createServer(function(req, res) {
|
||||
var url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue