Skip to content

Commit

Permalink
fix typo error for server name _ (#2005)
Browse files Browse the repository at this point in the history
Signed-off-by: qiupeng-huacloud <qiupeng@chinacloud.com.cn>
  • Loading branch information
qiupeng-huacloud authored and aledbf committed Jan 31, 2018
1 parent 2f700a9 commit c2cbcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## Default SSL Certificate

NGINX provides the option to configure a server as a catch-all with [server name _](http://nginx.org/en/docs/http/server_names.html) for requests that do not match any of the configured server names. This configuration works without issues for HTTP traffic.
NGINX provides the option to configure a server as a catch-all with [server_name](http://nginx.org/en/docs/http/server_names.html) for requests that do not match any of the configured server names. This configuration works without issues for HTTP traffic.
In case of HTTPS, NGINX requires a certificate.
For this reason the Ingress controller provides the flag `--default-ssl-certificate`. The secret behind this flag contains the default certificate to be used in the mentioned scenario. If this flag is not provided NGINX will use a self signed certificate.

Expand Down

0 comments on commit c2cbcf7

Please sign in to comment.