Skip to content

Commit

Permalink
Clarify upstream tls in VirtualServer
Browse files Browse the repository at this point in the history
  • Loading branch information
pleshakov committed Oct 8, 2021
1 parent 11e19f9 commit 4ef592c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ See the [proxy_buffers](https://nginx.org/en/docs/http/ngx_http_proxy_module.htm
{{% table %}}
|Field | Description | Type | Required |
| ---| ---| ---| --- |
|``enable`` | Enables HTTPS for requests to upstream servers. The default is ``False``\ , meaning that HTTP will be used. | ``boolean`` | No |
|``enable`` | Enables HTTPS for requests to upstream servers. The default is ``False``\ , meaning that HTTP will be used. Note: by default, NGINX will not verify the upstream server certificate. To enable the verification, configure an [EgressMTLS Policy](/nginx-ingress-controller/configuration/policy-resource/#egressmtls). | ``boolean`` | No |
{{% /table %}}

### Upstream.Queue
Expand Down

0 comments on commit 4ef592c

Please sign in to comment.