From bd5dc32bb9f99a2fbda02a3b7e3c5f4c757c2123 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 16 Nov 2021 17:32:55 +0100 Subject: [PATCH] Update proxy trusted --- config/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), /* |--------------------------------------------------------------------------