How to enable nginx reverse proxy to work with gRPC in .Net core? – Debian
I am running into a problem where I am unable to get nginx to work properly with gRPC. I am using .Net core 3.1 to server an API that supports both REST and gRPC. I am using below docker images:…