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:
parent
311bcad405
commit
7e79328a70
1 changed files with 1 additions and 1 deletions
2
server/config/env/production.js
vendored
2
server/config/env/production.js
vendored
|
@ -290,7 +290,7 @@ module.exports = {
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
trustProxy: process.env.TRUST_PROXY,
|
trustProxy: !!process.env.TRUST_PROXY,
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue