fix: Fix proxy forwarding (#295)

This commit is contained in:
Steven Correia
2022-09-03 11:00:23 -04:00
committed by GitHub
parent 9cde4e63f9
commit 543a992d98

View File

@@ -290,7 +290,7 @@ module.exports = {
*
*/
trustProxy: process.env.TRUST_PROXY,
trustProxy: !!process.env.TRUST_PROXY,
},
/**