mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-22 08:31:29 +00:00
UDS
This commit is contained in:
parent
e01c18039c
commit
c325bfdd49
|
@ -3,7 +3,7 @@ xx.com {
|
||||||
protocol grpc
|
protocol grpc
|
||||||
path # 填写 /你的 ServiceName/*
|
path # 填写 /你的 ServiceName/*
|
||||||
}
|
}
|
||||||
reverse_proxy @grpc h2c://127.0.0.1:2002
|
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket
|
||||||
root * /var/www
|
root * /var/www
|
||||||
file_server
|
file_server
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue