summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2024-10-29 18:20:53 +0400
committerpluknet <pluknet@nginx.com>2025-01-17 04:37:46 +0400
commit454ad0ef33a347eba1a62d18c8fc0498f4dcfd64 (patch)
treed9add547934807f7c2c35814d51ce1134722725f /src/http/ngx_http_upstream.h
parent4b96ad14f3607ab39b160715aeba721097ac4da4 (diff)
downloadnginx-454ad0ef33a347eba1a62d18c8fc0498f4dcfd64.tar.gz
nginx-454ad0ef33a347eba1a62d18c8fc0498f4dcfd64.tar.bz2
Upstream: caching certificates and certificate keys with variables.
Caching is enabled with proxy_ssl_certificate_cache and friends. Co-authored-by: Aleksei Bavshin <a.bavshin@nginx.com>
Diffstat (limited to 'src/http/ngx_http_upstream.h')
-rw-r--r--src/http/ngx_http_upstream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index 57ee06f8d..069c0f7a4 100644
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -245,6 +245,7 @@ typedef struct {
ngx_http_complex_value_t *ssl_certificate;
ngx_http_complex_value_t *ssl_certificate_key;
+ ngx_ssl_cache_t *ssl_certificate_cache;
ngx_array_t *ssl_passwords;
#endif