TIL: Caddy Reverse Proxy GRPC#
To reverse proxy a GRPC service, you need to use the h2c://
scheme in your
Caddyfile, e.g.
https://otel-grpc.example.com {
reverse_proxy h2c://otel-collector:4317
}
TIL: The PROXY Protocol v2