Xray-examples/VLESS-GRPC/Caddyfile
2022-09-09 15:40:01 +08:00

10 lines
193 B
Caddyfile

xx.com {
@grpc {
protocol grpc
path # 填写 /你的 ServiceName/*
}
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket
root * /var/www
file_server
}