diff --git a/config/production.js b/config/production.js index fd56c7d..a8dba5b 100644 --- a/config/production.js +++ b/config/production.js @@ -2,10 +2,6 @@ module.exports = { log: { level: 'error' - }, - - server: { - httpsUpgrade: process.env.HTTPS_UPGRADE || true // use HTTPS by default } }; \ No newline at end of file