Fix https
This commit is contained in:
parent
c245c528f0
commit
818f48398c
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
var fs = require('fs');
|
||||
var createServer = require('../lib/app.js');
|
||||
var argv = require('optimist').argv;
|
||||
|
||||
|
|
|
|||
|
|
@ -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