http请求最大允许40KB数据

This commit is contained in:
xiongziliang 2021-04-04 23:17:11 +08:00
parent 09add8d351
commit 49d8e2f825

View File

@ -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服务器监听端口