mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 01:26:41 +02:00
Merge commit from fork
* Change trustProxy default value to false * Update trustProxy default value in example.yml * Update trustProxy default description in example.yml
This commit is contained in:
committed by
GitHub
parent
0b77dc8c48
commit
5512898463
@@ -75,7 +75,7 @@ export class ServerService implements OnApplicationShutdown {
|
||||
@bindThis
|
||||
public async launch(): Promise<void> {
|
||||
const fastify = Fastify({
|
||||
trustProxy: this.config.trustProxy ?? true,
|
||||
trustProxy: this.config.trustProxy ?? false,
|
||||
logger: false,
|
||||
});
|
||||
this.#fastify = fastify;
|
||||
|
||||
Reference in New Issue
Block a user