From 7e79328a701097644253a857630d75d02b777304 Mon Sep 17 00:00:00 2001 From: Steven Correia <45617825+StevenJCorreia@users.noreply.github.com> Date: Sat, 3 Sep 2022 11:00:23 -0400 Subject: [PATCH] fix: Fix proxy forwarding (#295) --- server/config/env/production.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/env/production.js b/server/config/env/production.js index 0c6c6bec..bed4f31f 100644 --- a/server/config/env/production.js +++ b/server/config/env/production.js @@ -290,7 +290,7 @@ module.exports = { * */ - trustProxy: process.env.TRUST_PROXY, + trustProxy: !!process.env.TRUST_PROXY, }, /**