add body_size_limit to cgi-bin

This commit is contained in:
3lswear
2022-02-27 20:07:59 +03:00
parent c2276629e9
commit b0b5df2b38

View File

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