try harder
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
d47c422de1
commit
ffc7f067b2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue