Xray-examples/VLESS-GRPC/Caddyfile
2021-03-28 16:23:52 +08:00

10 lines
173 B
Caddyfile

xx.com {
@grpc {
protocol grpc
path # 填写你的 ServiceName
}
reverse_proxy @grpc h2c://127.0.0.1:2002
root * /var/www
file_server
}