Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c680 u->conf = &uwcf->upstream; in ngx_http_uwsgi_handler()
853 params = r->upstream->cacheable ? &uwcf->params_cache : &uwcf->params; in ngx_http_uwsgi_create_request()
855 params = &uwcf->params; in ngx_http_uwsgi_create_request()
2099 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2129 uwcf->ssl = 1; in ngx_http_uwsgi_pass()
2142 uwcf->ssl = 1; in ngx_http_uwsgi_pass()
2354 if (ngx_ssl_create(uwcf->upstream.ssl, uwcf->ssl_protocols, NULL) in ngx_http_uwsgi_set_ssl()
2378 if (ngx_ssl_certificate(cf, uwcf->upstream.ssl, &uwcf->ssl_certificate, in ngx_http_uwsgi_set_ssl()
2379 &uwcf->ssl_certificate_key, uwcf->ssl_passwords) in ngx_http_uwsgi_set_ssl()
2386 if (ngx_ssl_ciphers(cf, uwcf->upstream.ssl, &uwcf->ssl_ciphers, 0) in ngx_http_uwsgi_set_ssl()
[all …]