last_updated: 2025-10-10

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
}