Hi, can you tell me a couple questions?
1. Does Nginx 1.24 or 1.26 or 1.27 support gRPC from Quick install or do I need to install a separate module? If separate, please tell me how to fill in the Compiled - Adding custom modules fields correctly.
Name
Description
Parameter
Prefix script
2. I need to make such ports on the reverse proxy
Configuration for your reverse-proxy
Depending on your port-mappings and choice of reverse-proxy, how you configure the forwards differs greatly.
The following endpoints have to be setup:
Endpoint Protocol Target service and internal-port
/ HTTP dashboard:80
/signalexchange.SignalExchange/ gRPC signal:80
/api HTTP management:443
/management.ManagementService/ gRPC management:443
Make sure your reverse-Proxy is setup to use the HTTP2-Protocol when forwarding.
but in the admin web sites - reverse proxy I can create http://127.0.0.1:443.
but I can't create grpc://127.0.0.0.1:443, it says only for http.
How can I add grpc://127.0.0.1:443 according to the instructions?
Thank you for your time and answers