enable trustProxy

This commit is contained in:
Philipinho 2025-02-26 13:16:11 +00:00
parent 81b6c7ef69
commit 7d034e8a8b

View File

@ -18,6 +18,7 @@ async function bootstrap() {
ignoreTrailingSlash: true,
ignoreDuplicateSlashes: true,
maxParamLength: 500,
trustProxy: true,
}),
{
logger: new InternalLogFilter(),