diff src/http/ngx_http_upstream.h @ 2184:274c0f3ea600

proxy_ssl_session_reuse
author Igor Sysoev <igor@sysoev.ru>
date Sun, 17 Aug 2008 17:47:52 +0000
parents 68b426b43c31
children 33556140681a
line wrap: on
line diff
--- 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;