diff --git a/config/app.ts b/config/app.ts index f4dd292..b85bf6e 100755 --- a/config/app.ts +++ b/config/app.ts @@ -77,7 +77,7 @@ export const http: ServerConfig = { | headers. | */ - trustProxy: proxyAddr.compile(true), + trustProxy: proxyAddr.compile('true'), /* |--------------------------------------------------------------------------