mirror of
https://github.com/docmost/docmost.git
synced 2025-11-12 23:32:37 +10:00
enable trustProxy
This commit is contained in:
@ -18,6 +18,7 @@ async function bootstrap() {
|
|||||||
ignoreTrailingSlash: true,
|
ignoreTrailingSlash: true,
|
||||||
ignoreDuplicateSlashes: true,
|
ignoreDuplicateSlashes: true,
|
||||||
maxParamLength: 500,
|
maxParamLength: 500,
|
||||||
|
trustProxy: true,
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
logger: new InternalLogFilter(),
|
logger: new InternalLogFilter(),
|
||||||
|
|||||||
Reference in New Issue
Block a user