10 lines
193 B
Caddyfile
Raw Normal View History

xx.com {
@grpc {
protocol grpc
2021-07-05 21:49:10 +08:00
path # 填写 /你的 ServiceName/*
}
2022-09-09 15:40:01 +08:00
reverse_proxy @grpc unix//dev/shm/Xray-VLESS-gRPC.socket
root * /var/www
file_server
}