| Syntax: |  proxy_ssl_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.
Please login to continue.