mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-18 04:44:38 +03:00
Initial SPLIT-HTTP support
This commit is contained in:
9
nginx-grpc.tpl
Normal file
9
nginx-grpc.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user