nginx 网关代理 访问 k8s
location / {
proxy_pass http://k8s-ingress.xxx.com:8089;
proxy_set_header Host p.x.halfmy.com;
}
nginx 网关代理 访问 k8s
location / {
proxy_pass http://k8s-ingress.xxx.com:8089;
proxy_set_header Host p.x.halfmy.com;
}
本文标题:nginx_gateway
发布时间:2021-08-06, 18:30:29
最后更新:2021-08-06, 18:33:33
原始链接:https://wangqiong.me/2021/08/06/nginx-gateway/