Fix https
This commit is contained in:
parent
c245c528f0
commit
818f48398c
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ module.exports = function (options) {
|
|||
honorCipherOrder: true
|
||||
};
|
||||
|
||||
server = https.createServer(options, app);
|
||||
server = https.createServer(serverOptions, app);
|
||||
}
|
||||
|
||||
config.load(function(err, conf) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue