How to use one port to route HTTP/1.1 and gRPC requests #11800
Replies: 1 comment 4 replies
-
Hey @guoheng1999! I'm here to help you with any questions or issues you have. I can assist with bug fixes, answer your questions, and guide you on becoming a contributor. Let me know how I can assist you! To route both HTTP/1.1 and gRPC requests on the same port in APISIX, you can use the following approach:
By following these steps, you can configure APISIX to route both HTTP/1.1 and gRPC requests on the same port. Make sure your backend services are correctly set up to handle these requests. |
Beta Was this translation helpful? Give feedback.
-
this is my apisix config
Beta Was this translation helpful? Give feedback.
All reactions