From ba43cd193c78eb70c4734d95f5864bfffde3277d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 17 Aug 2025 16:10:12 +0800 Subject: Unspaghetti the handler --- forge.scfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'forge.scfg') diff --git a/forge.scfg b/forge.scfg index a8e74ed..9ee56e4 100644 --- a/forge.scfg +++ b/forge.scfg @@ -20,6 +20,7 @@ web { read_timeout 120 write_timeout 1800 idle_timeout 120 + max_header_bytes 20000 # Are we running behind a reverse proxy? If so, we will trust # X-Forwarded-For headers. @@ -68,10 +69,6 @@ general { } db { - # What type of database are we connecting to? - # Currently only "postgres" is supported. - type postgres - # What is the connection string? conn postgresql:///lindenii-forge?host=/var/run/postgresql } -- cgit v1.2.3