diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-17 17:47:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-17 17:47:52 +0000 |
| commit | 916ee8ecea1728b23dbd2c11d9ca8242b593d32a (patch) | |
| tree | a7df5f7c171ce8026fc54a06b36a190e51cb7be3 /src/http/ngx_http_upstream.h | |
| parent | f60dde9767d71d0d69d3a98646d813df423e7034 (diff) | |
| download | nginx-916ee8ecea1728b23dbd2c11d9ca8242b593d32a.tar.gz nginx-916ee8ecea1728b23dbd2c11d9ca8242b593d32a.tar.bz2 | |
proxy_ssl_session_reuse
Diffstat (limited to '')
| -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 2ed2797a2..66c2cf3da 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -148,6 +148,7 @@ typedef struct { #if (NGX_HTTP_SSL) ngx_ssl_t *ssl; + ngx_flag_t ssl_session_reuse; #endif } ngx_http_upstream_conf_t; |
