My FE using HTTP1.1 to call to nginx, can nginx forward it to HTTP2 (my grpc server)???
Moved thread to the "How Do I...?" category.
You can use the GRPC Module in NGINX, which gives you the grpc_pass
directive. Normally this is intended for end to end GRPC connections, but it may give you the functionality that you are looking for.