fix: Fix proxy forwarding (#295)
This commit is contained in:
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,
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user