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"]