diff --git a/src/app.ts b/src/app.ts index 71d58a58..cd755816 100644 --- a/src/app.ts +++ b/src/app.ts @@ -53,6 +53,7 @@ export async function buildApp({ }: AppDependencies): Promise { const fastify = Fastify({ loggerInstance: Logger.getPinoLogger(), + trustProxy: true, }); registerErrorHandler(fastify);