set trust proxy to 3

This commit is contained in:
Evan
2025-03-02 09:39:54 -08:00
parent d726fd66b5
commit 3b492df56b
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ app.use(express.json());
app.use(express.static(path.join(__dirname, "../../out")));
app.use(express.json());
app.set("trust proxy", 2);
app.set("trust proxy", 3);
app.use(
rateLimit({
windowMs: 1000, // 1 second