mirror of
https://github.com/plankanban/planka.git
synced 2025-08-08 23:15:31 +02:00
fix: Updated Sails.js init code to properly enable/disable the proxy settings
This commit is contained in:
parent
9cde4e63f9
commit
dbb5c69874
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