修复了 git clone 无法完成的问题

This commit is contained in:
xqzr 2021-05-27 22:18:58 +08:00 committed by GitHub
parent 784ab2ea15
commit 838d473901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ location {
return 404;
}
client_max_body_size 0;
client_body_timeout 1071906480m;
grpc_read_timeout 1071906480m;
grpc_pass grpc://127.0.0.1:2002;
}