From 4269ee9d40d925afaba97c970b20eae8f0093444 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 16 Nov 2021 17:47:39 +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 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'), /* |--------------------------------------------------------------------------