proxy_ssl_name

Syntax: proxy_ssl_name name;
Default: proxy_ssl_name host from proxy_pass;
Context: stream, server

Allows overriding the server name used to verify the certificate of the proxied server and to be passed through SNI when establishing a connection with the proxied server. The server name can also be specified using variables (1.11.3).

By default, the host part of the proxy_pass address is used.

doc_nginx
2017-02-09 07:08:33
Comments
Leave a Comment

Please login to continue.