Caddy 2 gRPC How to configure a reverse proxy?

:8180 {
        reverse_proxy h2c://172.28.132.8:11800
}
:8848 {
        reverse_proxy http://172.28.133.27:8848
}
:7848 {
        reverse_proxy h2c://172.28.133.27:9848
}
:9848 {
        reverse_proxy {
                to grpc://172.28.133.27:9848
                transport http {
                        versions h2c
                }
        }
}

They don’t work.

Please fill out the help topic template, as per the forum rules.

Without context, logs, example curl commands, we can’t help.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.