mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-12 11:53:17 +00:00
UDS
This commit is contained in:
parent
2c43b24c31
commit
6a8c305b43
|
@ -28,7 +28,7 @@ server {
|
||||||
grpc_set_header X-Real-IP $remote_addr;
|
grpc_set_header X-Real-IP $remote_addr;
|
||||||
client_body_timeout 52w;
|
client_body_timeout 52w;
|
||||||
grpc_read_timeout 52w;
|
grpc_read_timeout 52w;
|
||||||
grpc_pass grpc://127.0.0.1:2002;
|
grpc_pass unix:/dev/shm/Xray-VLESS-gRPC.socket;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue