fix: Fix proxy forwarding (#295)

pull/303/head
Steven Correia 3 years ago committed by GitHub
parent 9cde4e63f9
commit 543a992d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save