We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ea52a commit a79d293Copy full SHA for a79d293
api/index.ts
@@ -17,6 +17,7 @@ const app = fastify({
17
bodyLimit: 1024 * 1024 * config.server.maxFileSize,
18
keepAliveTimeout: 5000,
19
connectionTimeout: 10000,
20
+ trustProxy: true,
21
});
22
23
app.register(require("@fastify/static"), {
0 commit comments