Searched refs:ssl_server_name (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 43 ngx_flag_t ssl_server_name; member 286 offsetof(ngx_stream_proxy_srv_conf_t, ssl_server_name), 1045 if (pscf->ssl_server_name || pscf->ssl_verify) { in ngx_stream_proxy_ssl_init_connection() 1188 if (!pscf->ssl_server_name) { in ngx_stream_proxy_ssl_name() 1997 conf->ssl_server_name = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf() 2070 ngx_conf_merge_value(conf->ssl_server_name, prev->ssl_server_name, 0); in ngx_stream_proxy_merge_srv_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 235 ngx_flag_t ssl_server_name; member
|
| H A D | ngx_http_upstream.c | 1682 if (u->conf->ssl_server_name || u->conf->ssl_verify) { in ngx_http_upstream_ssl_init_connection() 1859 if (!u->conf->ssl_server_name) { in ngx_http_upstream_ssl_name()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_uwsgi_module.c | 511 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.ssl_server_name), 1462 conf->upstream.ssl_server_name = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1780 ngx_conf_merge_value(conf->upstream.ssl_server_name, in ngx_http_uwsgi_merge_loc_conf() 1781 prev->upstream.ssl_server_name, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 379 offsetof(ngx_http_grpc_loc_conf_t, upstream.ssl_server_name), 4191 conf->upstream.ssl_server_name = NGX_CONF_UNSET; in ngx_http_grpc_create_loc_conf() 4287 ngx_conf_merge_value(conf->upstream.ssl_server_name, in ngx_http_grpc_merge_loc_conf() 4288 prev->upstream.ssl_server_name, 0); in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 677 offsetof(ngx_http_proxy_loc_conf_t, upstream.ssl_server_name), 2903 conf->upstream.ssl_server_name = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 3239 ngx_conf_merge_value(conf->upstream.ssl_server_name, in ngx_http_proxy_merge_loc_conf() 3240 prev->upstream.ssl_server_name, 0); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 37 *) Изменение: переменная $ssl_server_name могла быть пустой при 1720 *) Добавление: переменная $ssl_server_name.
|
| H A D | CHANGES | 36 *) Workaround: the $ssl_server_name variable might be empty when using 1683 *) Feature: the $ssl_server_name variable.
|