1
0
mirror of https://github.com/proxysu/ProxySU.git synced 2024-11-23 13:46:08 +03:00
ProxySU/ProxySuper.WPF/Templates/xray/caddy/grpc.caddyfile

10 lines
181 B
Plaintext
Raw Normal View History

2021-06-29 12:43:48 +03:00
##domain##:##port## {
@grpc {
protocol grpc
path ##path##
}
reverse_proxy @grpc h2c://127.0.0.1:##local_port##
root * /var/www
file_server
}