mirror of https://github.com/mack-a/v2ray-agent
fix(脚本): 删除keepalive_time
parent
63166b1dfe
commit
550ab54d42
|
@ -687,7 +687,7 @@ server {
|
||||||
}
|
}
|
||||||
location /${currentPath}grpc {
|
location /${currentPath}grpc {
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
keepalive_time 1071906480m;
|
# keepalive_time 1071906480m;
|
||||||
keepalive_requests 4294967296;
|
keepalive_requests 4294967296;
|
||||||
client_body_timeout 1071906480m;
|
client_body_timeout 1071906480m;
|
||||||
send_timeout 1071906480m;
|
send_timeout 1071906480m;
|
||||||
|
|
Loading…
Reference in New Issue