1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-25 08:09:44 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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