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