diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2024-10-29 18:20:53 +0400 |
|---|---|---|
| committer | pluknet <pluknet@nginx.com> | 2025-01-17 04:37:46 +0400 |
| commit | 454ad0ef33a347eba1a62d18c8fc0498f4dcfd64 (patch) | |
| tree | d9add547934807f7c2c35814d51ce1134722725f /src/http/ngx_http_upstream.h | |
| parent | 4b96ad14f3607ab39b160715aeba721097ac4da4 (diff) | |
| download | nginx-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.h | 1 |
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 |
