mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 04:48:00 +03:00
add body_size_limit to cgi-bin
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user