try harder

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
eternal-flame-AD 2025-09-18 23:25:05 -05:00
parent d47c422de1
commit ffc7f067b2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export class ServerService implements OnApplicationShutdown {
@bindThis
public async launch(): Promise<void> {
const fastify = Fastify({
trustProxy: this.config.trustProxy ?? undefined,
trustProxy: this.config.trustProxy ?? true,
logger: false,
});
this.#fastify = fastify;