This commit is contained in:
Josh Harvey 2016-10-24 23:05:04 +03:00
parent a49fac6cc8
commit bb1e952e39
5 changed files with 4 additions and 5 deletions

View file

@ -41,7 +41,7 @@ module.exports = function (options) {
var authMiddleware
if (options.https) {
var serverOptions = {
const serverOptions = {
key: options.https.key,
cert: options.https.cert,
requestCert: true