mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 12:24:39 +03:00
9 lines
289 B
Smarty
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;
|
|
} |