mirror of https://github.com/XTLS/Xray-examples
Update Caddyfile comment translate
parent
b38e499248
commit
a8e8fe41c2
|
@ -1,7 +1,7 @@
|
||||||
xx.com {
|
xx.com {
|
||||||
@grpc {
|
@grpc {
|
||||||
protocol grpc
|
protocol grpc
|
||||||
path /ServiceName/* # 修改为你自己的 ServiceName,且仅能存在两个斜杠。(如:/MyService/ServiceName/*会导致错误)
|
path /ServiceName/* # Change it to your own ServiceName, and only two slashes are allowed. (eg: /MyService/ServiceName/* will cause an error)
|
||||||
}
|
}
|
||||||
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket {
|
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket {
|
||||||
transport http {
|
transport http {
|
||||||
|
|
Loading…
Reference in New Issue