fix(server) start: http -> HTTP

This commit is contained in:
coderaiser 2014-02-25 05:56:14 -05:00
parent e7aa819500
commit 15dcc2d8db
2 changed files with 4 additions and 2 deletions

View file

@ -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,