Skip to content

Commit

Permalink
More ssl setup
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Jun 16, 2015
1 parent e782e03 commit a662187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ if (process.env.NODE_ENV === 'production') {
app.get('port'),
app.get('env')
);
app.emit('started', 'https://' + process.env.HOST + ':' + app.get('port'));
});
};
} else {
Expand Down

0 comments on commit a662187

Please sign in to comment.