21.11 update

This commit is contained in:
zhanghongqing
2021-11-25 16:53:02 +08:00
parent 1ca81831dc
commit 67e8a462d4

View File

@@ -10,7 +10,7 @@ http {
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;
keepalive_requests 10000;
keepalive_requests 100000;
vhost_traffic_status_zone;
vhost_traffic_status_filter_by_host on;
client_max_body_size 1024M; #(设置客户端请求体最大值)