Files
server-xray/nginx-grpc.tpl
2024-08-25 15:12:03 +10:00

9 lines
289 B
Smarty

location LOCATION {
if ($content_type !~ "application/grpc") {
return 404;
}
client_max_body_size 0;
client_body_timeout 1071906480m;
grpc_read_timeout 1071906480m;
grpc_pass grpc://HOST:PORT;
}