http请求最大允许40KB数据
This commit is contained in:
parent
09add8d351
commit
49d8e2f825
|
|
@ -136,7 +136,7 @@ charSet=utf-8
|
|||
#http链接超时时间
|
||||
keepAliveSecond=30
|
||||
#http请求体最大字节数,如果post的body太大,则不适合缓存body在内存
|
||||
maxReqSize=4096
|
||||
maxReqSize=40960
|
||||
#404网页内容,用户可以自定义404网页
|
||||
notFound=<html><head><title>404 Not Found</title></head><body bgcolor="white"><center><h1>您访问的资源不存在!</h1></center><hr><center>ZLMediaKit-4.0</center></body></html>
|
||||
#http服务器监听端口
|
||||
|
|
|
|||
Loading…
Reference in New Issue