fixing wording for #7094 (#7218)

This commit is contained in:
James Strong 2021-06-06 15:52:38 -04:00 committed by GitHub
parent fb919b918a
commit e2f421b9f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ The resulting secret will be of type `kubernetes.io/tls`.
NGINX provides the option to configure a server as a catch-all with NGINX provides the option to configure a server as a catch-all with
[server_name](http://nginx.org/en/docs/http/server_names.html) [server_name](http://nginx.org/en/docs/http/server_names.html)
for requests that do not match any of the configured server names. for requests that do not match any of the configured server names.
This configuration works without out-of-the-box for HTTP traffic. This configuration works out-of-the-box for HTTP traffic.
For HTTPS, a certificate is naturally required. For HTTPS, a certificate is naturally required.
For this reason the Ingress controller provides the flag `--default-ssl-certificate`. For this reason the Ingress controller provides the flag `--default-ssl-certificate`.