]> git.kaiwu.me - nginx.git/commit
Upstream: proxy_ssl_name and proxy_ssl_server_name directives.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 18 Apr 2014 16:13:28 +0000 (20:13 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 18 Apr 2014 16:13:28 +0000 (20:13 +0400)
commit59ef4a34177d6175f38824a43768937d6f3486fc
tree3f7bfe830a92d8376330635b2de4d693f149b2ff
parent93eb94d622093829da4bd4c3e0af16b360e912e4
Upstream: proxy_ssl_name and proxy_ssl_server_name directives.

These directives allow to switch on Server Name Indication (SNI) while
connecting to upstream servers.

By default, proxy_ssl_server_name is currently off (that is, no SNI) and
proxy_ssl_name is set to a host used in the proxy_pass directive.
src/http/modules/ngx_http_proxy_module.c
src/http/ngx_http_upstream.c
src/http/ngx_http_upstream.h