mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-16 11:57:07 +03:00
12 lines
464 B
Smarty
12 lines
464 B
Smarty
location WEBPATH {
|
|
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;
|
|
grpc_set_header Host $host;
|
|
grpc_set_header X-Real-IP $remote_addr;
|
|
grpc_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
} |