1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19: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 311bcad405
commit 7e79328a70

View file

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