mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-09 18:43:13 +00:00
[gRPC] Fix Nginx config (#37)
This commit is contained in:
parent
e6a084fa60
commit
8845f51930
|
@ -22,8 +22,13 @@ server {
|
|||
return 404;
|
||||
}
|
||||
client_max_body_size 0;
|
||||
client_body_timeout 1071906480m;
|
||||
grpc_read_timeout 1071906480m;
|
||||
keepalive_time 1071906480m;
|
||||
keepalive_requests 4294967296;
|
||||
client_body_timeout 1071906480m;
|
||||
send_timeout 1071906480m;
|
||||
lingering_close always;
|
||||
grpc_read_timeout 1071906480m;
|
||||
grpc_send_timeout 1071906480m;
|
||||
grpc_pass grpc://127.0.0.1:2002;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue