| Syntax: | uwsgi_ssl_name |
|---|---|
| Default: | uwsgi_ssl_name host from uwsgi_pass; |
| Context: | http, server, location |
This directive appeared in version 1.7.0.
Allows overriding the server name used to verify the certificate of the secured uwsgi server and to be passed through SNI when establishing a connection with the secured uwsgi server.
By default, the host part from uwsgi_pass is used.
Please login to continue.