mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
add body_size_limit to cgi-bin
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
location = "/document"
|
location = "/document"
|
||||||
redirect = ["301", "http://localhost:8080/docs/$request_file"]
|
redirect = ["301", "http://localhost:8080/docs/$request_file"]
|
||||||
[[server.location]]
|
[[server.location]]
|
||||||
|
body_size_limit = 1000000000
|
||||||
location = "/cgi-bin"
|
location = "/cgi-bin"
|
||||||
root = "www/def/script"
|
root = "www/def/script"
|
||||||
methods = ["GET", "POST"]
|
methods = ["GET", "POST"]
|
||||||
|
|||||||
Reference in New Issue
Block a user