Skip to content

Commit a79d293

Browse files
authored
Fix
1 parent b7ea52a commit a79d293

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const app = fastify({
1717
bodyLimit: 1024 * 1024 * config.server.maxFileSize,
1818
keepAliveTimeout: 5000,
1919
connectionTimeout: 10000,
20+
trustProxy: true,
2021
});
2122

2223
app.register(require("@fastify/static"), {

0 commit comments

Comments
 (0)