mirror of
https://github.com/XTLS/Xray-examples.git
synced 2024-11-10 02:53:11 +00:00
804c2e7cba
Co-Authored-By: EIKULG <34759969+EIKULG@users.noreply.github.com>
10 lines
171 B
Caddyfile
10 lines
171 B
Caddyfile
xx.com {
|
|
@grpc {
|
|
protocol grpc
|
|
path # 填写你的 ServiceName
|
|
}
|
|
reverse_proxy /h2 h2c://127.0.0.1:2003
|
|
root * /var/www
|
|
file_server
|
|
}
|