Backend Protocol¶
Using backend-protocol annotations is possible to indicate how NGINX should communicate with the backend service. Valid Values: HTTP, HTTPS, GRPC, GRPCS and AJP
By default NGINX uses HTTP.
Example:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
本文详细介绍了如何使用NGINX的后端协议注解来指定与后端服务的通信方式,包括HTTP、HTTPS、GRPC、GRPC+TLS和AJP等有效值。默认情况下,NGINX使用HTTP进行通信。通过示例展示了如何配置NGINX以使用HTTPS与后端服务交互。
1762

被折叠的 条评论
为什么被折叠?



