mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-11-03 11:25:34 +08:00
[gRPC/nginx] Fix unexpected EOF issue (#33)
This commit is contained in:
@@ -13,6 +13,7 @@ location {
|
|||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
|
client_body_timeout 1071906480m;
|
||||||
grpc_read_timeout 1071906480m;
|
grpc_read_timeout 1071906480m;
|
||||||
grpc_pass grpc://127.0.0.1:2002;
|
grpc_pass grpc://127.0.0.1:2002;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user