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