> On 24 Sep 2019, at 21:32, Maxim Dounin wrote:
>
> With "mirror_request_body off;" you are unlikely to get a
> meaningful result with gRPC, as gRPC requests are in the request
> body.
>
> With "mirror_request_body on;" things are expected to work, but
> might not - if the gRPC service expec
Hi,
I would like to know whether nginx supports mirroring of a gRPC proxy?
I've got a backend server with two endpoints running and setup nginx
with the following config:
server {
listen 50051 http2 ssl;
ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem;
ssl_certificate_key