From fdae73bf388076ec90ef66e541d78d38889e94d9 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 10 Jun 2016 20:04:52 +0200 Subject: [PATCH] Don't force HTTPS by default in production --- config/production.js | 4 ---- 1 file changed, 4 deletions(-) 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