Home
last modified time | relevance | path

Searched refs:ssl_certificate (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c49 ngx_str_t ssl_certificate; member
321 offsetof(ngx_stream_proxy_srv_conf_t, ssl_certificate),
2082 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_stream_proxy_merge_srv_conf()
2083 prev->ssl_certificate, ""); in ngx_stream_proxy_merge_srv_conf()
2134 if (pscf->ssl_certificate.len) { in ngx_stream_proxy_set_ssl()
2139 "for certificate \"%V\"", &pscf->ssl_certificate); in ngx_stream_proxy_set_ssl()
2143 if (ngx_ssl_certificate(cf, pscf->ssl, &pscf->ssl_certificate, in ngx_stream_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c57 ngx_str_t ssl_certificate; member
546 offsetof(ngx_http_uwsgi_loc_conf_t, ssl_certificate),
1790 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_http_uwsgi_merge_loc_conf()
1791 prev->ssl_certificate, ""); in ngx_http_uwsgi_merge_loc_conf()
2369 if (uwcf->ssl_certificate.len) { in ngx_http_uwsgi_set_ssl()
2374 "for certificate \"%V\"", &uwcf->ssl_certificate); in ngx_http_uwsgi_set_ssl()
2378 if (ngx_ssl_certificate(cf, uwcf->upstream.ssl, &uwcf->ssl_certificate, in ngx_http_uwsgi_set_ssl()
H A Dngx_http_grpc_module.c37 ngx_str_t ssl_certificate; member
414 offsetof(ngx_http_grpc_loc_conf_t, ssl_certificate),
4297 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_http_grpc_merge_loc_conf()
4298 prev->ssl_certificate, ""); in ngx_http_grpc_merge_loc_conf()
4660 if (glcf->ssl_certificate.len) { in ngx_http_grpc_set_ssl()
4665 "for certificate \"%V\"", &glcf->ssl_certificate); in ngx_http_grpc_set_ssl()
4669 if (ngx_ssl_certificate(cf, glcf->upstream.ssl, &glcf->ssl_certificate, in ngx_http_grpc_set_ssl()
H A Dngx_http_proxy_module.c100 ngx_str_t ssl_certificate; member
712 offsetof(ngx_http_proxy_loc_conf_t, ssl_certificate),
3249 ngx_conf_merge_str_value(conf->ssl_certificate, in ngx_http_proxy_merge_loc_conf()
3250 prev->ssl_certificate, ""); in ngx_http_proxy_merge_loc_conf()
4310 if (plcf->ssl_certificate.len) { in ngx_http_proxy_set_ssl()
4315 "for certificate \"%V\"", &plcf->ssl_certificate); in ngx_http_proxy_set_ssl()
4319 if (ngx_ssl_certificate(cf, plcf->upstream.ssl, &plcf->ssl_certificate, in ngx_http_proxy_set_ssl()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru17 если в директивах ssl_certificate или ssl_certificate_key
46 *) Добавление: директивы ssl_certificate и ssl_certificate_key
900 *) Добавление: директивы ssl_certificate и ssl_certificate_key теперь
2863 и не был указан ssl_certificate.
4919 *) Изменение: теперь директивы ssl_certificate и ssl_certificate_key не
5687 auth_basic_user_file, perl_modules, ssl_certificate,
H A DCHANGES17 variables were used in the "ssl_certificate" or "ssl_certificate_key"
45 *) Feature: variables support in the "ssl_certificate" and
886 *) Feature: the "ssl_certificate" and "ssl_certificate_key" directives
2809 there was no "ssl_certificate" defined.
4829 *) Change: now the ssl_certificate and ssl_certificate_key directives
5570 "auth_basic_user_file", "perl_modules", "ssl_certificate",
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim585 syn keyword ngxDirective contained ssl_certificate