enable trustProxy
This commit is contained in:
parent
81b6c7ef69
commit
7d034e8a8b
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ async function bootstrap() {
|
|||
ignoreTrailingSlash: true,
|
||||
ignoreDuplicateSlashes: true,
|
||||
maxParamLength: 500,
|
||||
trustProxy: true,
|
||||
}),
|
||||
{
|
||||
logger: new InternalLogFilter(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue