From b0b5df2b3879c6da705bc2d819c7382f999f7487 Mon Sep 17 00:00:00 2001 From: 3lswear Date: Sun, 27 Feb 2022 20:07:59 +0300 Subject: [PATCH] add body_size_limit to cgi-bin --- config/def.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/def.toml b/config/def.toml index 6e8a586..1324b7a 100644 --- a/config/def.toml +++ b/config/def.toml @@ -34,6 +34,7 @@ location = "/document" redirect = ["301", "http://localhost:8080/docs/$request_file"] [[server.location]] + body_size_limit = 1000000000 location = "/cgi-bin" root = "www/def/script" methods = ["GET", "POST"]