diff --git a/content/zh/docs/concepts/configuration/secret.md b/content/zh/docs/concepts/configuration/secret.md index e4c1abd2275f5..f1f950ac3e929 100644 --- a/content/zh/docs/concepts/configuration/secret.md +++ b/content/zh/docs/concepts/configuration/secret.md @@ -494,7 +494,7 @@ SSH 私钥自身无法建立 SSH 客户端与服务器端之间的可信连接 例如,以下 Ingress 会将针对 `first.bar.com` 的请求流量路由到 `service1`, -将针对 `second.foo.com` 的请求流量路由到 `service2`, +将针对 `second.bar.com` 的请求流量路由到 `service2`, 而针对该 IP 地址的、没有在请求中定义主机名的请求流量会被路由(即,不提供请求标头) 到 `service3`。