fix: Fix proxy forwarding (#295)

This commit is contained in:
Steven Correia
2022-09-03 20:00:23 +05:00
committed by GitHub
parent 311bcad405
commit 7e79328a70
+1 -1
View File
@@ -290,7 +290,7 @@ module.exports = {
*
*/
trustProxy: process.env.TRUST_PROXY,
trustProxy: !!process.env.TRUST_PROXY,
},
/**